summaryrefslogtreecommitdiff
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorJonas Jensen <jonas.jensen@gmail.com>2013-08-02 14:40:45 (GMT)
committerWim Van Sebroeck <wim@iguana.be>2013-11-17 18:34:49 (GMT)
commite14538e0db8d880291064348bda7d52ec8322675 (patch)
treee670e629231e771a1f3a03134c42794c42a69969 /drivers/watchdog/Kconfig
parentb3970bdebbb2901becca7cb82e44b5c5976f0fae (diff)
downloadlinux-fsl-qoriq-e14538e0db8d880291064348bda7d52ec8322675.tar.xz
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 6df632e..7fc6e10 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