diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2010-04-29 04:03:17 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-05-25 08:43:46 -0400 |
commit | bb2fd8a844d3a9209599b5fb694b30ac46a56ef0 (patch) | |
tree | 865ffef13864e8f88974f0d79b7feb447db7b7b6 /drivers/watchdog/Makefile | |
parent | 100fb76f0acfebcb7c72875890b9ef33ff04dc2b (diff) |
watchdog: Driver for the watchdog timer on Freescale IMX2 (and later) processors.
This is the driver for the hardware watchdog on the Freescale IMX2 and later processors.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Tested-by: Juergen Beisert <jbe@pengutronix.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index 5e3cb95bb0e9..72f3e2073f8e 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -47,6 +47,7 @@ obj-$(CONFIG_STMP3XXX_WATCHDOG) += stmp3xxx_wdt.o | |||
47 | obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o | 47 | obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o |
48 | obj-$(CONFIG_ADX_WATCHDOG) += adx_wdt.o | 48 | obj-$(CONFIG_ADX_WATCHDOG) += adx_wdt.o |
49 | obj-$(CONFIG_TS72XX_WATCHDOG) += ts72xx_wdt.o | 49 | obj-$(CONFIG_TS72XX_WATCHDOG) += ts72xx_wdt.o |
50 | obj-$(CONFIG_IMX2_WDT) += imx2_wdt.o | ||
50 | 51 | ||
51 | # AVR32 Architecture | 52 | # AVR32 Architecture |
52 | obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o | 53 | obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o |