From: Andreas Ziegler Date: Tue, 15 Nov 2016 19:07:35 +0000 (+0100) Subject: x86: add PATA support to generic and 64 subtargets X-Git-Tag: v17.01.0-rc1~857 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=cf8aa18040193b5e63881e3aac1ccb32f921ec57 x86: add PATA support to generic and 64 subtargets PATA support has been removed from x86-generic without any note in LEDE r538. Not including them makes the generated images incompatible with older (and some newer) hardware without any significant gain. Add it back, and also add the same drivers (as far as available) to x86-64. Signed-off-by: Andreas Ziegler [Matthias Schiffer: add back x86-generic, update commit message] Signed-off-by: Matthias Schiffer --- diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index 646e773e34..c9f1a11c02 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -167,7 +167,13 @@ CONFIG_PARAVIRT_CLOCK=y # CONFIG_PARAVIRT_DEBUG is not set CONFIG_PARAVIRT_SPINLOCKS=y # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +CONFIG_PATA_AMD=y CONFIG_PATA_ATIIXP=y +CONFIG_PATA_LEGACY=y +CONFIG_PATA_MPIIX=y +CONFIG_PATA_OLDPIIX=y +CONFIG_PATA_PLATFORM=y +CONFIG_PATA_VIA=y CONFIG_PCIEAER=y CONFIG_PCIEPORTBUS=y CONFIG_PCI_BUS_ADDR_T_64BIT=y diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default index e94becb782..a6d3bb827b 100644 --- a/target/linux/x86/generic/config-default +++ b/target/linux/x86/generic/config-default @@ -231,6 +231,14 @@ CONFIG_PARAVIRT_CLOCK=y # CONFIG_PARAVIRT_DEBUG is not set CONFIG_PARAVIRT_SPINLOCKS=y # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +CONFIG_PATA_AMD=y +CONFIG_PATA_ATIIXP=y +CONFIG_PATA_LEGACY=y +CONFIG_PATA_MPIIX=y +CONFIG_PATA_OLDPIIX=y +CONFIG_PATA_PLATFORM=y +CONFIG_PATA_SC1200=y +CONFIG_PATA_VIA=y CONFIG_PCIEAER=y CONFIG_PCIEPORTBUS=y CONFIG_PCI_MMCONFIG=y