aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorMartyn Welch <martyn.welch@collabora.co.uk>2015-12-01 10:32:47 -0500
committerWim Van Sebroeck <wim@iguana.be>2015-12-28 16:52:26 -0500
commit2a7b753a285ebe1d067b1af98e5aad0cc981fffd (patch)
tree8ee0832c85325b9715fb2345097257059404dfc8 /drivers/watchdog/Kconfig
parenta62a7231899606655e98f060e52c4760cf556811 (diff)
watchdog: Zodiac Aerospace RAVE Switch Watchdog Processor Driver
This patch adds a driver for the Zodiac Aerospace RAVE Watchdog Procesor. This device implements a watchdog timer, accessible over I2C. Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk> 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/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 83b848cb2dfd..ba2bf0ea2cf2 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -168,6 +168,17 @@ config XILINX_WATCHDOG
168 To compile this driver as a module, choose M here: the 168 To compile this driver as a module, choose M here: the
169 module will be called of_xilinx_wdt. 169 module will be called of_xilinx_wdt.
170 170
171config ZIIRAVE_WATCHDOG
172 tristate "Zodiac RAVE Watchdog Timer"
173 depends on I2C
174 select WATCHDOG_CORE
175 help
176 Watchdog driver for the Zodiac Aerospace RAVE Switch Watchdog
177 Processor.
178
179 To compile this driver as a module, choose M here: the
180 module will be called ziirave_wdt.
181
171# ALPHA Architecture 182# ALPHA Architecture
172 183
173# ARM Architecture 184# ARM Architecture