projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b01d30
)
watchdog: Cleanup WATCHDOG_CORE help text
author
Josh Boyer
<jwboyer@redhat.com>
Sat, 30 Jul 2011 14:18:48 +0000
(10:18 -0400)
committer
Wim Van Sebroeck
<wim@iguana.be>
Tue, 2 Aug 2011 08:23:07 +0000
(08:23 +0000)
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>
drivers/watchdog/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/Kconfig
b/drivers/watchdog/Kconfig
index f441726ddf2bbf2a988981e32066806720fde5c3..86b0735e6aa0fd652ace4ba8546e0a49245590f2 100644
(file)
--- 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