diff options
| author | Beniamino Galvani <b.galvani@gmail.com> | 2014-09-29 00:39:47 +0200 | 
|---|---|---|
| committer | Wim Van Sebroeck <wim@iguana.be> | 2014-10-20 20:55:02 +0200 | 
| commit | 22b1c841e31510c3124c88a13b8a7ada14e2e2d1 (patch) | |
| tree | 6b8fac57c56dea0da96887c85f64d2126a1cb1b8 /drivers/watchdog/Kconfig | |
| parent | 2b9366b669679f1388457ec5a62f9dd1d0a78b08 (diff) | |
watchdog: add driver for Ricoh RN5T618 watchdog
This adds a driver for the watchdog timer available in Ricoh RN5T618
PMIC. The device supports a programmable expiration time of 1, 8, 32
or 128 seconds.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.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 | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 17b39b8a2520..4edae08800ec 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -327,6 +327,17 @@ config ORION_WATCHDOG  	  To compile this driver as a module, choose M here: the  	  module will be called orion_wdt. +config RN5T618_WATCHDOG +	tristate "Ricoh RN5T618 watchdog" +	depends on MFD_RN5T618 +	select WATCHDOG_CORE +	help +	  If you say yes here you get support for watchdog on the Ricoh +	  RN5T618 PMIC. + +	  This driver can also be built as a module.  If so, the module +	  will be called rn5t618_wdt. +  config SUNXI_WATCHDOG  	tristate "Allwinner SoCs watchdog support"  	depends on ARCH_SUNXI | 
