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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/char/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Makefile b/drivers/char/watchdog/Makefile index bdb9d5e3bb41..d76a6f475f7b 100644 --- a/drivers/char/watchdog/Makefile +++ b/drivers/char/watchdog/Makefile | |||
@@ -68,6 +68,7 @@ obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o | |||
68 | 68 | ||
69 | # PowerPC Architecture | 69 | # PowerPC Architecture |
70 | obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o | 70 | obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o |
71 | obj-$(CONFIG_MPC5200_WDT) += mpc5200_wdt.o | ||
71 | obj-$(CONFIG_83xx_WDT) += mpc83xx_wdt.o | 72 | obj-$(CONFIG_83xx_WDT) += mpc83xx_wdt.o |
72 | obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o | 73 | obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o |
73 | obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o | 74 | obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o |