diff options
author | Sylver Bruneau <sylver.bruneau@googlemail.com> | 2008-06-26 04:47:45 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-10-10 09:14:17 -0400 |
commit | 22ac92322c83334b562024414b770e48927ae963 (patch) | |
tree | 0d0686491ec9559c3318f2ee8301c52a7555d702 /drivers/watchdog/Kconfig | |
parent | b3112180fe0b8dd80053d1d83e6fc421a266e47a (diff) |
[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 6a711eb6998b..1a22fe782a27 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -224,6 +224,15 @@ config DAVINCI_WATCHDOG | |||
224 | NOTE: once enabled, this timer cannot be disabled. | 224 | NOTE: once enabled, this timer cannot be disabled. |
225 | Say N if you are unsure. | 225 | Say N if you are unsure. |
226 | 226 | ||
227 | config ORION5X_WATCHDOG | ||
228 | tristate "Orion5x watchdog" | ||
229 | depends on ARCH_ORION5X | ||
230 | help | ||
231 | Say Y here if to include support for the watchdog timer | ||
232 | in the Orion5x ARM SoCs. | ||
233 | To compile this driver as a module, choose M here: the | ||
234 | module will be called orion5x_wdt. | ||
235 | |||
227 | # ARM26 Architecture | 236 | # ARM26 Architecture |
228 | 237 | ||
229 | # AVR32 Architecture | 238 | # AVR32 Architecture |