patch-2.4.23 linux-2.4.23/lib/Config.in

Next file: linux-2.4.23/lib/Makefile
Previous file: linux-2.4.23/kernel/user.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/lib/Config.in linux-2.4.23/lib/Config.in
@@ -41,4 +41,9 @@
   fi
 fi
 
+if [ "$CONFIG_EXPERIMENTAL" = "y" -a \
+     "$CONFIG_HOTPLUG" = "y" ]; then
+   tristate 'Hotplug firmware loading support (EXPERIMENTAL)' CONFIG_FW_LOADER
+fi
+
 endmenu

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