diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2016-07-12 02:00:16 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-12 15:44:34 +0200 |
commit | 2ea76bdf04af4f2efefea6ca84e055086634e4be (patch) | |
tree | cc45e1f7eb81da06638fe023f5d82af7991ac4b6 /target/linux/x86/64/config-default | |
parent | 4952469ff9278288d766b28247a17694b1c4faaa (diff) | |
download | upstream-2ea76bdf04af4f2efefea6ca84e055086634e4be.tar.gz upstream-2ea76bdf04af4f2efefea6ca84e055086634e4be.tar.bz2 upstream-2ea76bdf04af4f2efefea6ca84e055086634e4be.zip |
x64: add legacy IDE, fix VirtualBox bug #84 and Fujitsu Futro S550-2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'target/linux/x86/64/config-default')
-rw-r--r-- | target/linux/x86/64/config-default | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index 89a8a4ce45..d5be87ffe1 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -40,7 +40,9 @@ CONFIG_ARCH_SUPPORTS_INT128=y CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y -# CONFIG_ATA_SFF is not set +CONFIG_ATA_SFF=y +CONFIG_ATA_PIIX=y +CONFIG_PATA_ATIIXP=y CONFIG_AUDIT_ARCH=y # CONFIG_BACKLIGHT_APPLE is not set CONFIG_BACKLIGHT_CLASS_DEVICE=y |