diff options
author | Martyn Welch <martyn.welch@collabora.co.uk> | 2015-12-01 15:32:47 +0000 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-12-28 22:52:26 +0100 |
commit | 2a7b753a285ebe1d067b1af98e5aad0cc981fffd (patch) | |
tree | 8ee0832c85325b9715fb2345097257059404dfc8 /drivers/watchdog/Kconfig | |
parent | a62a7231899606655e98f060e52c4760cf556811 (diff) | |
download | linux-2a7b753a285ebe1d067b1af98e5aad0cc981fffd.tar.bz2 |
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/Kconfig | 11 |
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 To compile this driver as a module, choose M here: the module will be called of_xilinx_wdt. +config ZIIRAVE_WATCHDOG + tristate "Zodiac RAVE Watchdog Timer" + depends on I2C + select WATCHDOG_CORE + help + Watchdog driver for the Zodiac Aerospace RAVE Switch Watchdog + Processor. + + To compile this driver as a module, choose M here: the + module will be called ziirave_wdt. + # ALPHA Architecture # ARM Architecture |