patch-2.3.16 linux/drivers/parport/Config.in

Next file: linux/drivers/parport/Makefile
Previous file: linux/drivers/net/sunlance.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/drivers/parport/Config.in linux/drivers/parport/Config.in
@@ -33,6 +33,11 @@
   else
     define_bool CONFIG_PARPORT_ATARI n
   fi
+  if [ "$CONFIG_SBUS" = "y" ]; then
+    dep_tristate '   Sparc hardware (EXPERIMENTAL)' CONFIG_PARPORT_SUNBPP $CONFIG_PARPORT
+  else
+    define_bool CONFIG_PARPORT_SUNBPP n
+  fi
 
   # If exactly one hardware type is selected then parport will optimise away
   # support for loading any others.  Defeat this if the user is keen.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)