diff options
author | Michael Walle <michael@walle.cc> | 2020-09-14 23:43:33 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-09-17 16:59:00 +0200 |
commit | 85174ca663767c1c6f8dca3b0a2acfd4b5c37289 (patch) | |
tree | 3546d6d3f7a9d8eb848ed6eb463b8744eaa7b2f8 /drivers/watchdog/Kconfig | |
parent | irqchip: Add sl28cpld interrupt controller support (diff) | |
download | linux-85174ca663767c1c6f8dca3b0a2acfd4b5c37289.tar.xz linux-85174ca663767c1c6f8dca3b0a2acfd4b5c37289.zip |
watchdog: add support for sl28cpld watchdog
Add support for the watchdog of the sl28cpld board management
controller. This is part of a multi-function device driver.
Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index ab7aad5a1e69..ba698340ed6f 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -340,6 +340,17 @@ config MLX_WDT To compile this driver as a module, choose M here: the module will be called mlx-wdt. +config SL28CPLD_WATCHDOG + tristate "Kontron sl28cpld Watchdog" + depends on MFD_SL28CPLD || COMPILE_TEST + select WATCHDOG_CORE + help + Say Y here to include support for the watchdog timer + on the Kontron sl28 CPLD. + + To compile this driver as a module, choose M here: the + module will be called sl28cpld_wdt. + # ALPHA Architecture # ARM Architecture |