diff options
author | Marc Zyngier <maz@misterjones.org> | 2010-02-04 23:08:56 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-03-06 18:12:29 +0300 |
commit | 66aaa7a5592c0d8ca768c77d15d561bd43f514d8 (patch) | |
tree | a30ae030043ad43acd74873beeb33ff3aedf9385 /drivers/watchdog/Kconfig | |
parent | 12926dc4167a9af460476a0df17f055398c8b871 (diff) | |
download | linux-66aaa7a5592c0d8ca768c77d15d561bd43f514d8.tar.xz |
[WATCHDOG] support for max63xx watchdog timer chips
This driver adds support for the max63{69,70,71,72,73,74} family of
watchdog timer chips.
It has been tested on an Arcom Zeus (max6369).
Signed-off-by: Marc Zyngier <maz@misterjones.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 1e48d4c45f86..713b1cef37d3 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -55,6 +55,11 @@ config SOFT_WATCHDOG To compile this driver as a module, choose M here: the module will be called softdog. +config MAX63XX_WATCHDOG + tristate "Max63xx watchdog" + help + Support for memory mapped max63{69,70,71,72,73,74} watchdog timer. + config WM831X_WATCHDOG tristate "WM831x watchdog" depends on MFD_WM831X |