diff options
author | Hans-Christian Egtvedt | 2007-06-08 01:06:41 +0200 |
---|---|---|
committer | Wim Van Sebroeck | 2007-06-10 21:49:20 +0200 |
commit | a9cb3959ace112295fdb65c99a2928eedba06926 (patch) | |
tree | 40767f7c8fb62ac6da3f2657204c87a343837f28 /drivers/char/watchdog/Makefile | |
parent | [WATCHDOG] Mixcom Watchdog - CodingStyle clean-up (diff) | |
download | kernel-qcow2-linux-a9cb3959ace112295fdb65c99a2928eedba06926.tar.gz kernel-qcow2-linux-a9cb3959ace112295fdb65c99a2928eedba06926.tar.xz kernel-qcow2-linux-a9cb3959ace112295fdb65c99a2928eedba06926.zip |
[WATCHDOG] Watchdog driver for AT32AP700X devices
Add support for the built in watchdog in AT32AP700X devices.
Tested on AT32AP7000 and ATSTK1000.
Hardware documentation can be found in the AT32AP7000 datasheet.
Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/char/watchdog/Makefile')
-rw-r--r-- | drivers/char/watchdog/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Makefile b/drivers/char/watchdog/Makefile index d90f649038c2..3907ec04a4e5 100644 --- a/drivers/char/watchdog/Makefile +++ b/drivers/char/watchdog/Makefile @@ -36,6 +36,9 @@ obj-$(CONFIG_MPCORE_WATCHDOG) += mpcore_wdt.o obj-$(CONFIG_EP93XX_WATCHDOG) += ep93xx_wdt.o obj-$(CONFIG_PNX4008_WATCHDOG) += pnx4008_wdt.o +# AVR32 Architecture +obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o + # X86 (i386 + ia64 + x86_64) Architecture obj-$(CONFIG_ACQUIRE_WDT) += acquirewdt.o obj-$(CONFIG_ADVANTECH_WDT) += advantechwdt.o |