[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20191223071311.5650-1-david.engraf@sysgo.com>
Date: Mon, 23 Dec 2019 08:13:11 +0100
From: David Engraf <david.engraf@...go.com>
To: linux@...ck-us.net, wim@...ux-watchdog.org
Cc: linux-watchdog@...r.kernel.org, linux-kernel@...r.kernel.org,
David Engraf <david.engraf@...go.com>
Subject: [PATCH RESEND] watchdog: max77620_wdt: fix potential build errors
max77620_wdt uses watchdog core functions. Enable CONFIG_WATCHDOG_CORE
to fix potential build errors.
Signed-off-by: David Engraf <david.engraf@...go.com>
Reviewed-by: Guenter Roeck <linux@...ck-us.net>
---
drivers/watchdog/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 58e7c100b6ad..c9cc34f4e541 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -687,6 +687,7 @@ config MAX63XX_WATCHDOG
config MAX77620_WATCHDOG
tristate "Maxim Max77620 Watchdog Timer"
depends on MFD_MAX77620 || COMPILE_TEST
+ select WATCHDOG_CORE
help
This is the driver for the Max77620 watchdog timer.
Say 'Y' here to enable the watchdog timer support for
--
2.17.1
Powered by blists - more mailing lists