From: Josh Boyer Date: Sat, 30 Jul 2011 14:18:48 +0000 (-0400) Subject: watchdog: Cleanup WATCHDOG_CORE help text X-Git-Tag: firefly_0821_release~3680^2~4778^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7abdd34dbf58bf271db7ee6551f2ff72204a83fd;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Wim Van Sebroeck --- 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