diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-03-29 23:04:53 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-03-29 23:04:53 -0400 |
commit | 9ff9a26b786c35ee8d2a66222924a807ec851a9f (patch) | |
tree | db432a17bccca1ca2c16907f0ee83ac449ed4012 /drivers/watchdog/Kconfig | |
parent | 0a3108beea9143225119d5e7c72a8e2c64f3eb7d (diff) | |
parent | 0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b (diff) |
Merge commit 'origin/master' into next
Manual merge of:
arch/powerpc/include/asm/elf.h
drivers/i2c/busses/i2c-mpc.c
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index ecf52e4b80f8..63024145215d 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -940,21 +940,6 @@ config WDT | |||
940 | To compile this driver as a module, choose M here: the | 940 | To compile this driver as a module, choose M here: the |
941 | module will be called wdt. | 941 | module will be called wdt. |
942 | 942 | ||
943 | config WDT_501 | ||
944 | bool "WDT501 features" | ||
945 | depends on WDT | ||
946 | help | ||
947 | Saying Y here and creating a character special file /dev/temperature | ||
948 | with major number 10 and minor number 131 ("man mknod") will give | ||
949 | you a thermometer inside your computer: reading from | ||
950 | /dev/temperature yields one byte, the temperature in degrees | ||
951 | Fahrenheit. This works only if you have a WDT501P watchdog board | ||
952 | installed. | ||
953 | |||
954 | If you want to enable the Fan Tachometer on the WDT501P, then you | ||
955 | can do this via the tachometer parameter. Only do this if you have a | ||
956 | fan tachometer actually set up. | ||
957 | |||
958 | # | 943 | # |
959 | # PCI-based Watchdog Cards | 944 | # PCI-based Watchdog Cards |
960 | # | 945 | # |