From 7a36f3d2ff740116ec5360b69a241ff33e17d437 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 3 Feb 2012 18:02:57 +0000 Subject: 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 SVN-Revision: 30019 --- target/linux/x86/generic/config-default | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'target/linux/x86/generic') 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 -- cgit v1.2.3