patch-2.1.79 linux/drivers/sbus/char/Config.in

Next file: linux/drivers/sbus/char/Makefile
Previous file: linux/drivers/sbus/audio/dbri.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.78/linux/drivers/sbus/char/Config.in linux/drivers/sbus/char/Config.in
@@ -19,6 +19,7 @@
 		fbs=$fbs$SUN_FB_CGFOURTEEN
 		fbs=$fbs$SUN_FB_LEO
 		fbs=$fbs$TADPOLE_FB_WEITEK
+		fbs=$fbs$SUN_FB_CREATOR
 		if [ "$fbs" = "nnnnnnnn" ]; then
 			echo "Warning: You have excluded ALL FB Support"
 			echo "Notice:  Enabling Generic AutoResolution"
@@ -41,7 +42,10 @@
 comment 'Misc Linux/SPARC drivers'
 tristate '/dev/openprom device support' CONFIG_SUN_OPENPROMIO
 tristate 'Mostek real time clock support' CONFIG_SUN_MOSTEK_RTC
-tristate 'Siemens SAB82532 serial support' CONFIG_SAB82532
+if [ "$ARCH" = "sparc64" ]; then
+	tristate 'Siemens SAB82532 serial support' CONFIG_SAB82532
+	tristate 'OBP Flash Device support' CONFIG_OBP_FLASH
+fi
 
 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
   tristate 'Bidirectional parallel port support (EXPERIMENTAL)' CONFIG_SUN_BPP

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