diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2016-04-01 07:56:23 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-05-14 12:15:40 -0400 |
commit | bd99b68ed7f96c9c845aad2a25f84145213058f2 (patch) | |
tree | ddb3e98613fb2be723e405cd5f7f1b89c344286f /drivers/watchdog/Kconfig | |
parent | e26e74b15468b42c47cf9b045539720006abb1e4 (diff) |
watchdog: renesas-wdt: add driver
Add support for watchdogs (RWDT and SWDT) found on RCar Gen3 based SoCs
from Renesas.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index fb947655badd..3902c9ca7f09 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -661,6 +661,14 @@ config ATLAS7_WATCHDOG | |||
661 | To compile this driver as a module, choose M here: the | 661 | To compile this driver as a module, choose M here: the |
662 | module will be called atlas7_wdt. | 662 | module will be called atlas7_wdt. |
663 | 663 | ||
664 | config RENESAS_WDT | ||
665 | tristate "Renesas WDT Watchdog" | ||
666 | depends on ARCH_RENESAS || COMPILE_TEST | ||
667 | select WATCHDOG_CORE | ||
668 | help | ||
669 | This driver adds watchdog support for the integrated watchdogs in the | ||
670 | Renesas R-Car and other SH-Mobile SoCs (usually named RWDT or SWDT). | ||
671 | |||
664 | # AVR32 Architecture | 672 | # AVR32 Architecture |
665 | 673 | ||
666 | config AT32AP700X_WDT | 674 | config AT32AP700X_WDT |