diff options
author | Keiji Hayashibara <hayashibara.keiji@socionext.com> | 2017-06-14 16:53:44 +0900 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2017-07-03 13:58:55 +0200 |
commit | e7bf02895f06c0603af800c4bfce3ca4ede9147d (patch) | |
tree | 773893c7cac09aefaff992d4e2342616ca26f9db /drivers/watchdog/Kconfig | |
parent | e75bf0ea77e9778e9a1975eb9b38698babcbde63 (diff) | |
download | linux-e7bf02895f06c0603af800c4bfce3ca4ede9147d.tar.gz |
watchdog: uniphier: add UniPhier watchdog driver
Add a watchdog driver for Socionext UniPhier series SoC.
Note that the timeout value for this device must be a power
of 2 because of the specification.
Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 5ca9fb7c1180..07146b103ed2 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -775,6 +775,18 @@ config STM32_WATCHDOG To compile this driver as a module, choose M here: the module will be called stm32_iwdg. +config UNIPHIER_WATCHDOG + tristate "UniPhier watchdog support" + depends on ARCH_UNIPHIER || COMPILE_TEST + depends on OF && MFD_SYSCON + select WATCHDOG_CORE + help + Say Y here to include support watchdog timer embedded + into the UniPhier system. + + To compile this driver as a module, choose M here: the + module will be called uniphier_wdt. + # AVR32 Architecture config AT32AP700X_WDT |