diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-03 18:02:57 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-03 18:02:57 +0000 |
commit | 7a36f3d2ff740116ec5360b69a241ff33e17d437 (patch) | |
tree | 95bef8cefc334b9c68346749e8cb273df41713ba /target/linux/x86/config-default | |
parent | d13c3cd0739691803d758629a9c2750512a98bb3 (diff) | |
download | upstream-7a36f3d2ff740116ec5360b69a241ff33e17d437.tar.gz upstream-7a36f3d2ff740116ec5360b69a241ff33e17d437.tar.bz2 upstream-7a36f3d2ff740116ec5360b69a241ff33e17d437.zip |
x86: move additional oddball PATA drivers These should only be enabled in the generic image, as they bloat all of the other targets. Also add symbols for NET5501, ALIX, and GEOS which were added backported to 3.2 and 3.3. Restore PC speaker to Geos target. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30019
Diffstat (limited to 'target/linux/x86/config-default')
-rw-r--r-- | target/linux/x86/config-default | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index 5dd172bfd1..9b7b614462 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -246,10 +246,10 @@ CONFIG_OUTPUT_FORMAT="elf32-i386" CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xC0000000 # CONFIG_PARAVIRT_GUEST is not set -CONFIG_PATA_MPIIX=y -CONFIG_PATA_OLDPIIX=y -CONFIG_PATA_SC1200=y -CONFIG_PATA_VIA=y +# CONFIG_PATA_MPIIX is not set +# CONFIG_PATA_OLDPIIX is not set +# CONFIG_PATA_SC1200 is not set +# CONFIG_PATA_VIA is not set # CONFIG_PC8736x_GPIO is not set # CONFIG_PC87413_WDT is not set CONFIG_PCI=y |