diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2022-03-10 23:24:10 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2022-03-10 23:31:05 +0100 |
commit | c8350dfb3cdee7653744bbb4ee3b0ac1b015912c (patch) | |
tree | 4e32afbbb70f9159c803e552683f2476bb6f1ba9 /target/linux/x86/legacy | |
parent | 802df0987328246a405b9183b92b7ac94838e8e2 (diff) | |
download | upstream-c8350dfb3cdee7653744bbb4ee3b0ac1b015912c.tar.gz upstream-c8350dfb3cdee7653744bbb4ee3b0ac1b015912c.tar.bz2 upstream-c8350dfb3cdee7653744bbb4ee3b0ac1b015912c.zip |
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@universe-factory.net>
Diffstat (limited to 'target/linux/x86/legacy')
-rw-r--r-- | target/linux/x86/legacy/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |