patch-1.3.68 linux/drivers/char/Config.in

Next file: linux/drivers/char/softdog.c
Previous file: linux/drivers/block/loop.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.67/linux/drivers/char/Config.in linux/drivers/char/Config.in
@@ -13,7 +13,7 @@
 tristate 'Parallel printer support' CONFIG_PRINTER
 tristate 'Logitech busmouse support' CONFIG_BUSMOUSE
 tristate 'PS/2 mouse (aka "auxiliary device") support' CONFIG_PSMOUSE
-if [ "$CONFIG_PSMOUSE" = "y" ]; then
+if [ "$CONFIG_PSMOUSE" != "n" ]; then
   bool 'C&T 82C710 mouse port support (as on TI Travelmate)' CONFIG_82C710_MOUSE
 fi
 tristate 'Microsoft busmouse support' CONFIG_MS_BUSMOUSE
@@ -39,6 +39,7 @@
 fi
 bool 'Watchdog Timer Support'	CONFIG_WATCHDOG
 if [ "$CONFIG_WATCHDOG" != "n" ]; then
+  bool '    Disable watchdog shutdown on close' CONFIG_WATCHDOG_NOWAYOUT
   tristate '   WDT Watchdog timer' CONFIG_WDT
   if [ "$CONFIG_WDT" = "y" ]; then
      bool '       WDT501 features' CONFIG_WDT_501

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this