diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-03 18:02:57 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-03 18:02:57 +0000 |
commit | cea253527ad9b5770f6ad8992928762f0082759e (patch) | |
tree | a4fa06ca9a9ae231b950b87a1db9876d67f08fc9 /target/linux/x86/config-default | |
parent | 7e197aeecc46a937447e95795e85f1f6ee2307a1 (diff) |
[PATCH 1/1] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30019 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |