summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorJonas Jensen2013-08-02 16:40:45 +0200
committerWim Van Sebroeck2013-11-17 19:34:49 +0100
commite14538e0db8d880291064348bda7d52ec8322675 (patch)
treee670e629231e771a1f3a03134c42794c42a69969 /drivers/watchdog/Kconfig
parentwatchdog: kempld_wdt: Add __user annotation (diff)
downloadkernel-qcow2-linux-e14538e0db8d880291064348bda7d52ec8322675.tar.gz
kernel-qcow2-linux-e14538e0db8d880291064348bda7d52ec8322675.tar.xz
kernel-qcow2-linux-e14538e0db8d880291064348bda7d52ec8322675.zip
watchdog: Add MOXA ART watchdog driver
This patch adds a watchdog driver for the main hardware watchdog timer found on MOXA ART SoCs. The MOXA ART SoC provides one writable timer register, restarting the hardware once it reaches zero. The register is auto decremented every APB clock cycle. Signed-off-by: Jonas Jensen <jonas.jensen@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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 6df632e0bb55..7fc6e101923a 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -392,6 +392,16 @@ config RETU_WATCHDOG
To compile this driver as a module, choose M here: the
module will be called retu_wdt.
+config MOXART_WDT
+ tristate "MOXART watchdog"
+ depends on ARCH_MOXART
+ help
+ Say Y here to include Watchdog timer support for the watchdog
+ existing on the MOXA ART SoC series platforms.
+
+ To compile this driver as a module, choose M here: the
+ module will be called moxart_wdt.
+
# AVR32 Architecture
config AT32AP700X_WDT