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

Next file: linux/drivers/char/wd501p.h
Previous file: linux/arch/ppc/config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.56/linux/drivers/char/Config.in linux/drivers/char/Config.in
@@ -38,10 +38,13 @@
 fi
 bool 'Watchdog Timer Support'	CONFIG_WATCHDOG
 if [ "$CONFIG_WATCHDOG" = "y" ]; then
-#  bool '   WDT501P Watchdog timer' CONFIG_WDT_501P
-#  if [ "$CONFIG_WDT_501P" = "y" ]; then
-#    bool '       Fan Tachomeeter' CONFIG_WDT_501P_TACHO
-#  fi
-#  bool '   WDT500P Watchdog timer' CONFIG_WDT_500P
-  bool '   Software Watchdog' CONFIG_SOFT_WATCHDOG
+  bool '   WDT Watchdog timer' CONFIG_WDT
+  if [ "$CONFIG_WDT" = "y" ]; 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
+  fi
 fi

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