diff options
author | Renaud CERRATO <r.cerrato@til-technologies.fr> | 2008-06-23 17:05:49 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-10-10 13:09:51 +0000 |
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 6f018e5b3dd..f896d6f666b 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -26,6 +26,7 @@ obj-$(CONFIG_USBPCWATCHDOG) += pcwd_usb.o # ARM Architecture obj-$(CONFIG_AT91RM9200_WATCHDOG) += at91rm9200_wdt.o +obj-$(CONFIG_AT91SAM9X_WATCHDOG) += at91sam9_wdt.o obj-$(CONFIG_OMAP_WATCHDOG) += omap_wdt.o obj-$(CONFIG_21285_WATCHDOG) += wdt285.o obj-$(CONFIG_977_WATCHDOG) += wdt977.o |