diff options
author | Renaud CERRATO <r.cerrato@til-technologies.fr> | 2008-06-23 11:05:49 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-10-10 09:09:51 -0400 |
commit | e6bb42e3d669afbeb4c971994614bcf241687666 (patch) | |
tree | 707f13c14ccfa2bea894f7e670d6ffe69dd67fc2 /drivers/watchdog/Makefile | |
parent | 7d8b09066117e3023e55964ae4626c107f437b60 (diff) |
[WATCHDOG] Add AT91SAM9X watchdog
Add a driver for the watchdog timer embedded into AT91SAM9X chips.
Signed-off-by: Renaud Cerrato <r.cerrato@til-technologies.fr>
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 6f018e5b3dd3..f896d6f666bc 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile | |||
@@ -26,6 +26,7 @@ obj-$(CONFIG_USBPCWATCHDOG) += pcwd_usb.o | |||
26 | 26 | ||
27 | # ARM Architecture | 27 | # ARM Architecture |
28 | obj-$(CONFIG_AT91RM9200_WATCHDOG) += at91rm9200_wdt.o | 28 | obj-$(CONFIG_AT91RM9200_WATCHDOG) += at91rm9200_wdt.o |
29 | obj-$(CONFIG_AT91SAM9X_WATCHDOG) += at91sam9_wdt.o | ||
29 | obj-$(CONFIG_OMAP_WATCHDOG) += omap_wdt.o | 30 | obj-$(CONFIG_OMAP_WATCHDOG) += omap_wdt.o |
30 | obj-$(CONFIG_21285_WATCHDOG) += wdt285.o | 31 | obj-$(CONFIG_21285_WATCHDOG) += wdt285.o |
31 | obj-$(CONFIG_977_WATCHDOG) += wdt977.o | 32 | obj-$(CONFIG_977_WATCHDOG) += wdt977.o |