From 8ce6796dabb9f1f55b07cd032449a24b625f761e Mon Sep 17 00:00:00 2001 From: Baoyou Xie Date: Sat, 4 Feb 2017 09:34:15 +0800 Subject: watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 family This patch adds watchdog controller driver for ZTE's zx2967 family. Signed-off-by: Baoyou Xie Signed-off-by: Guenter Roeck --- drivers/watchdog/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'drivers/watchdog/Kconfig') diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 89b50f6d258f..2d006d8cfb15 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -725,6 +725,16 @@ config ASPEED_WATCHDOG To compile this driver as a module, choose M here: the module will be called aspeed_wdt. +config ZX2967_WATCHDOG + tristate "ZTE zx2967 SoCs watchdog support" + depends on ARCH_ZX + select WATCHDOG_CORE + help + Say Y here to include support for the watchdog timer + in ZTE zx2967 SoCs. + To compile this driver as a module, choose M here: the + module will be called zx2967_wdt. + # AVR32 Architecture config AT32AP700X_WDT -- cgit v1.2.3