diff options
author | Jeremy Gebben <jgebben@sweptlaser.com> | 2018-09-11 19:28:26 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-09-12 12:02:21 +0200 |
commit | 749e36d0a0d725a3fc2dc8d6261557b9e06d210d (patch) | |
tree | 42087ce4d90729ecad691f2ac5b74b45314c7c58 /drivers/rtc/Kconfig | |
parent | rtc: abx80x: use a 'priv' struct for client data (diff) | |
download | linux-749e36d0a0d725a3fc2dc8d6261557b9e06d210d.tar.xz linux-749e36d0a0d725a3fc2dc8d6261557b9e06d210d.zip |
rtc: abx80x: add basic watchdog support
The abx804 and abx805 chips have support for a simple watchdog
function that can trigger an external reset.
Signed-off-by: Jeremy Gebben <jgebben@sweptlaser.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index a0f291c052bc..4df9a3ec064b 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -187,6 +187,7 @@ config RTC_DRV_ABB5ZES3 config RTC_DRV_ABX80X tristate "Abracon ABx80x" + select WATCHDOG_CORE if WATCHDOG help If you say yes here you get support for Abracon AB080X and AB180X families of ultra-low-power battery- and capacitor-backed real-time |