patch-pre2.0.3 linux/drivers/char/Config.in

Next file: linux/drivers/char/Makefile
Previous file: linux/drivers/cdrom/sbpcd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.2/linux/drivers/char/Config.in linux/drivers/char/Config.in
@@ -52,13 +52,13 @@
 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
+  if [ "$CONFIG_WDT" != "n" ]; then
      bool '       WDT501 features' CONFIG_WDT_501
      if [ "$CONFIG_WDT_501" = "y" ]; then
          bool '       Fan Tachometer' CONFIG_WDT_501_FAN
      fi
   else
-     bool '   Software Watchdog' CONFIG_SOFT_WATCHDOG
+     tristate '   Software Watchdog' CONFIG_SOFT_WATCHDOG
   fi
 fi
 bool 'Enhanced Real Time Clock Support' CONFIG_RTC

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