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 | ab2e45e1bad9aa6b1aef153717cf09b0fefe2371 (patch) | |
tree | a4fa06ca9a9ae231b950b87a1db9876d67f08fc9 /target/linux/x86/generic/config-default | |
parent | 123f3c24aa3bfd147a412d7c582a3ca1a6895698 (diff) | |
download | upstream-ab2e45e1bad9aa6b1aef153717cf09b0fefe2371.tar.gz upstream-ab2e45e1bad9aa6b1aef153717cf09b0fefe2371.tar.bz2 upstream-ab2e45e1bad9aa6b1aef153717cf09b0fefe2371.zip |
[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/generic/config-default')
-rw-r--r-- | target/linux/x86/generic/config-default | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default index 252e938187..0b8ae22631 100644 --- a/target/linux/x86/generic/config-default +++ b/target/linux/x86/generic/config-default @@ -52,9 +52,13 @@ CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_VSXXXAA is not set +CONFIG_PATA_AMD=y CONFIG_PATA_LEGACY=y +CONFIG_PATA_MPIIX=y +CONFIG_PATA_OLDPIIX=y CONFIG_PATA_PLATFORM=y -CONFIG_PATA_AMD=y +CONFIG_PATA_SC1200=y +CONFIG_PATA_VIA=y CONFIG_PCIEAER=y CONFIG_PCIEPORTBUS=y CONFIG_VT=y |