diff options
author | S Twiss <stwiss.opensource@diasemi.com> | 2015-05-28 16:33:31 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-06-22 16:54:34 +0300 |
commit | 7a7cb009dcbae5588d8836cd7b4f7255db2e489b (patch) | |
tree | 67b7e697608363d367d798526e12d04d1a2a45ac /drivers/watchdog/Kconfig | |
parent | 8135193ceba383e336b2449589db930ea02807d2 (diff) | |
download | linux-7a7cb009dcbae5588d8836cd7b4f7255db2e489b.tar.xz |
watchdog: da9062: DA9062 watchdog driver
Add watchdog driver support for DA9062
Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index df936f5f5bb1..4a52e899fe05 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -96,6 +96,15 @@ config DA9063_WATCHDOG This driver can be built as a module. The module name is da9063_wdt. +config DA9062_WATCHDOG + tristate "Dialog DA9062 Watchdog" + depends on MFD_DA9062 + select WATCHDOG_CORE + help + Support for the watchdog in the DA9062 PMIC. + + This driver can be built as a module. The module name is da9062_wdt. + config GPIO_WATCHDOG tristate "Watchdog device controlled through GPIO-line" depends on OF_GPIO |