Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Josh Boyer and committed by
Wim Van Sebroeck
7abdd34d 6b01d30e

-3
-3
drivers/watchdog/Kconfig
··· 36 36 and gives them the /dev/watchdog interface (and later also the 37 37 sysfs interface). 38 38 39 - To compile this driver as a module, choose M here: the module will 40 - be called watchdog. 41 - 42 39 config WATCHDOG_NOWAYOUT 43 40 bool "Disable watchdog shutdown on close" 44 41 help