2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
Jo-Philipp Wich
2012-02-03 18:02:57 +00:00
parent d13c3cd073
commit 7a36f3d2ff
5 changed files with 18 additions and 11 deletions

View File

@@ -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_LEGACY=y
CONFIG_PATA_PLATFORM=y
CONFIG_PATA_AMD=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_VT=y