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/generic | |
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/generic')
-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 |