patch-2.1.33 linux/drivers/pnp/Config.in
Next file: linux/drivers/pnp/Makefile
Previous file: linux/drivers/pnp/BUGS-parport
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Apr 9 21:30:30 1997
- Orig file:
v2.1.32/linux/drivers/pnp/Config.in
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.32/linux/drivers/pnp/Config.in linux/drivers/pnp/Config.in
@@ -0,0 +1,16 @@
+#
+# Plug and Play configuration
+#
+
+mainmenu_option next_comment
+comment 'Plug and Play support'
+
+bool 'Plug and Play support' CONFIG_PNP
+
+if [ "$CONFIG_PNP" = "y" ]; then
+ if [ "$CONFIG_PNP_PARPORT" != "n" ]; then
+ bool ' Auto-probe for parallel devices' CONFIG_PNP_PARPORT_AUTOPROBE
+ fi
+fi
+
+endmenu
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov