[openwrt/openwrt] x86: legacy: enable pata_sis driver

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 10 14:31:38 PST 2022


neoraider pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c8350dfb3cdee7653744bbb4ee3b0ac1b015912c

commit c8350dfb3cdee7653744bbb4ee3b0ac1b015912c
Author: Matthias Schiffer <mschiffer at universe-factory.net>
AuthorDate: Thu Mar 10 23:24:10 2022 +0100

    x86: legacy: enable pata_sis driver
    
    This driver is needed to boot from CompactFlash on the Siemens Futro S400.
    The device has an AMD NX1500 CPU, which seems to be unsupported by the
    geode subtarget, so it must use legacy.
    
    Signed-off-by: Matthias Schiffer <mschiffer at universe-factory.net>
---
 target/linux/x86/legacy/config-5.10 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/x86/legacy/config-5.10 b/target/linux/x86/legacy/config-5.10
index 29d61139b1..310764d8e8 100644
--- a/target/linux/x86/legacy/config-5.10
+++ b/target/linux/x86/legacy/config-5.10
@@ -173,6 +173,7 @@ CONFIG_PATA_MPIIX=y
 CONFIG_PATA_OLDPIIX=y
 CONFIG_PATA_PLATFORM=y
 CONFIG_PATA_SC1200=y
+CONFIG_PATA_SIS=y
 CONFIG_PATA_TIMINGS=y
 CONFIG_PATA_VIA=y
 CONFIG_PCIEAER=y




More information about the lede-commits mailing list