summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorWolfram Sang2016-04-01 13:56:23 +0200
committerWim Van Sebroeck2016-05-14 18:15:40 +0200
commitbd99b68ed7f96c9c845aad2a25f84145213058f2 (patch)
treeddb3e98613fb2be723e405cd5f7f1b89c344286f /drivers/watchdog/Kconfig
parentwatchdog: remove error message when unable to allocate watchdog device (diff)
downloadkernel-qcow2-linux-bd99b68ed7f96c9c845aad2a25f84145213058f2.tar.gz
kernel-qcow2-linux-bd99b68ed7f96c9c845aad2a25f84145213058f2.tar.xz
kernel-qcow2-linux-bd99b68ed7f96c9c845aad2a25f84145213058f2.zip
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/Kconfig8
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
To compile this driver as a module, choose M here: the
module will be called atlas7_wdt.
+config RENESAS_WDT
+ tristate "Renesas WDT Watchdog"
+ depends on ARCH_RENESAS || COMPILE_TEST
+ select WATCHDOG_CORE
+ help
+ This driver adds watchdog support for the integrated watchdogs in the
+ Renesas R-Car and other SH-Mobile SoCs (usually named RWDT or SWDT).
+
# AVR32 Architecture
config AT32AP700X_WDT