mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] watchdog: fix WATCHDOG_POLLER menuconfig
@ 2019-02-15  9:01 Oleksij Rempel
  2019-02-18  8:55 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksij Rempel @ 2019-02-15  9:01 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

make it properly represented by menuconfig

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 drivers/watchdog/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 96e91fc2ce..2793ee93d9 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -10,7 +10,7 @@ menuconfig WATCHDOG
 
 if WATCHDOG
 
-menuconfig WATCHDOG_POLLER
+config WATCHDOG_POLLER
 	bool "Watchdog periodic feeder support"
 	select POLLER
 	help
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-18  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15  9:01 [PATCH] watchdog: fix WATCHDOG_POLLER menuconfig Oleksij Rempel
2019-02-18  8:55 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox