summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorJosh Boyer2011-07-30 16:18:48 +0200
committerWim Van Sebroeck2011-08-02 10:23:07 +0200
commit7abdd34dbf58bf271db7ee6551f2ff72204a83fd (patch)
treebdccf5427985006596bfbed1de42b1e9655332fc /drivers/watchdog
parentwatchdog: Fix POST failure on ASUS P5N32-E SLI and similar boards (diff)
downloadkernel-qcow2-linux-7abdd34dbf58bf271db7ee6551f2ff72204a83fd.tar.gz
kernel-qcow2-linux-7abdd34dbf58bf271db7ee6551f2ff72204a83fd.tar.xz
kernel-qcow2-linux-7abdd34dbf58bf271db7ee6551f2ff72204a83fd.zip
watchdog: Cleanup WATCHDOG_CORE help text
The newly added WATCHDOG_CORE option is a bool, but the help text suggests it can be built as a module. Fix it up. Signed-off-by: Josh Boyer <jwboyer@redhat.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index f441726ddf2b..86b0735e6aa0 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -36,9 +36,6 @@ config WATCHDOG_CORE
and gives them the /dev/watchdog interface (and later also the
sysfs interface).
- To compile this driver as a module, choose M here: the module will
- be called watchdog.
-
config WATCHDOG_NOWAYOUT
bool "Disable watchdog shutdown on close"
help