diff options
author | Domen Puncer <domen.puncer@telargo.com> | 2007-06-18 02:17:57 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2007-07-23 12:54:07 -0400 |
commit | 8cf18971ec6ad96cce4a9eb896047581985cf99e (patch) | |
tree | aedd2786f7310c2b9dadbc8831ce7baddd986fd8 /drivers/char/watchdog/Kconfig | |
parent | f695baf2df9e0413d3521661070103711545207a (diff) |
[WATCHDOG] mpc5200 watchdog (GPT0)
Driver for internal mpc5200 watchdog on general purpose timer 0.
For IPB clock of 132 MHz the maximum timeout is about 32 seconds.
Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index 16fb23125e96..442e9eedff29 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig | |||
@@ -546,6 +546,10 @@ config 8xx_WDT | |||
546 | tristate "MPC8xx Watchdog Timer" | 546 | tristate "MPC8xx Watchdog Timer" |
547 | depends on 8xx | 547 | depends on 8xx |
548 | 548 | ||
549 | config MPC5200_WDT | ||
550 | tristate "MPC5200 Watchdog Timer" | ||
551 | depends on PPC_MPC52xx | ||
552 | |||
549 | config 83xx_WDT | 553 | config 83xx_WDT |
550 | tristate "MPC83xx Watchdog Timer" | 554 | tristate "MPC83xx Watchdog Timer" |
551 | depends on PPC_83xx | 555 | depends on PPC_83xx |