patch-2.1.124 linux/arch/sparc/config.in

Next file: linux/arch/sparc/defconfig
Previous file: linux/arch/sparc/boot/btfixupprep.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.123/linux/arch/sparc/config.in linux/arch/sparc/config.in
@@ -1,4 +1,4 @@
-# $Id: config.in,v 1.58 1998/07/29 05:06:41 davem Exp $
+# $Id: config.in,v 1.63 1998/09/21 05:05:56 jj Exp $
 # For a description of the syntax of this configuration file,
 # see the Configure script.
 #
@@ -35,6 +35,9 @@
 	tristate 'OPIU DDV Driver' CONFIG_DDV
 else
 	bool 'Support for SUN4 machines (disables SUN4[CDM] support)' CONFIG_SUN4
+	if [ "$CONFIG_SUN4" != "y" ]; then
+		bool 'Support for PCI and PS/2 keyboard/mouse' CONFIG_PCI
+	fi
 
 	mainmenu_option next_comment
 	comment 'Console drivers'
@@ -54,9 +57,7 @@
 	define_bool CONFIG_SUN_CONSOLE y
 	define_bool CONFIG_SUN_AUXIO y
 	define_bool CONFIG_SUN_IO y
-	if [ "$CONFIG_SUN4" = "y" ]; then
-		bool 'Force early PROM Console' CONFIG_SUN4_FORCECONSOLE
-	else
+	if [ "$CONFIG_SUN4" != "y" ]; then
 		source drivers/sbus/char/Config.in
 		source drivers/sbus/audio/Config.in
 	fi

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov