diff options
author | Sylver Bruneau <sylver.bruneau@googlemail.com> | 2008-06-26 10:47:45 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-10-10 13:14:17 +0000 |
commit | 22ac92322c83334b562024414b770e48927ae963 (patch) | |
tree | 0d0686491ec9559c3318f2ee8301c52a7555d702 /drivers/watchdog/Kconfig | |
parent | b3112180fe0b8dd80053d1d83e6fc421a266e47a (diff) | |
download | linux-3.10-22ac92322c83334b562024414b770e48927ae963.tar.gz linux-3.10-22ac92322c83334b562024414b770e48927ae963.tar.bz2 linux-3.10-22ac92322c83334b562024414b770e48927ae963.zip |
[WATCHDOG] Orion: add hardware watchdog support
This patch allows the use of the hardware watchdog in the
Marvell Orion series of ARM SoCs.
Signed-off-by: Sylver Bruneau <sylver.bruneau@googlemail.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 6a711eb6998..1a22fe782a2 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -224,6 +224,15 @@ config DAVINCI_WATCHDOG NOTE: once enabled, this timer cannot be disabled. Say N if you are unsure. +config ORION5X_WATCHDOG + tristate "Orion5x watchdog" + depends on ARCH_ORION5X + help + Say Y here if to include support for the watchdog timer + in the Orion5x ARM SoCs. + To compile this driver as a module, choose M here: the + module will be called orion5x_wdt. + # ARM26 Architecture # AVR32 Architecture |