aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorGuo Zeng <Guo.Zeng@csr.com>2015-12-01 22:37:47 -0500
committerWim Van Sebroeck <wim@iguana.be>2015-12-28 16:09:50 -0500
commitb466ee89509a1593441537f34c313edafe2ba47c (patch)
tree146c733b737ed1b795e8e70f2ab49dbaa4613db9 /drivers/watchdog/Kconfig
parent71388840ec360e0489be7a75971b595c729b5323 (diff)
watchdog: atlas7: add watchdog driver of CSRatlas7
This patch adds watchdog driver for CSRatlas7 platform. On CSRatlas7, the 6th timer can act as a watchdog timer when the Watchdog mode is enabled. Signed-off-by: Guo Zeng <Guo.Zeng@csr.com> Signed-off-by: William Wang <William.Wang@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> 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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 71e47dde7d4a..2116e088fd25 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -585,6 +585,16 @@ config LPC18XX_WATCHDOG
585 To compile this driver as a module, choose M here: the 585 To compile this driver as a module, choose M here: the
586 module will be called lpc18xx_wdt. 586 module will be called lpc18xx_wdt.
587 587
588config ATLAS7_WATCHDOG
589 tristate "CSRatlas7 watchdog"
590 depends on ARCH_ATLAS7
591 help
592 Say Y here to include Watchdog timer support for the watchdog
593 existing on the CSRatlas7 series platforms.
594
595 To compile this driver as a module, choose M here: the
596 module will be called atlas7_wdt.
597
588# AVR32 Architecture 598# AVR32 Architecture
589 599
590config AT32AP700X_WDT 600config AT32AP700X_WDT