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:32:59 +0100 |
commit | 604274c24b5705a893bfbae01be776ef0b5944c0 (patch) | |
tree | 38afc22851649fb816c10c506c0c69a4734f71fd /target/linux | |
parent | 13c9f1f37df6d34ee5f1ba1d8f7542a1b24736fa (diff) | |
download | upstream-604274c24b5705a893bfbae01be776ef0b5944c0.tar.gz upstream-604274c24b5705a893bfbae01be776ef0b5944c0.tar.bz2 upstream-604274c24b5705a893bfbae01be776ef0b5944c0.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>
(cherry picked from commit c8350dfb3cdee7653744bbb4ee3b0ac1b015912c)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/legacy/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/legacy/config-5.4 b/target/linux/x86/legacy/config-5.4 index 2e5199185a..aafe931bc4 100644 --- a/target/linux/x86/legacy/config-5.4 +++ b/target/linux/x86/legacy/config-5.4 @@ -180,6 +180,7 @@ CONFIG_PATA_MPIIX=y CONFIG_PATA_OLDPIIX=y CONFIG_PATA_PLATFORM=y CONFIG_PATA_SC1200=y +CONFIG_PATA_SIS=y CONFIG_PATA_VIA=y CONFIG_PCIEAER=y CONFIG_PCIEPORTBUS=y |