diff options
author | Johannes Thumshirn <johannes.thumshirn@men.de> | 2013-06-18 17:19:45 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2013-07-11 22:19:05 +0200 |
commit | 26c57ef1ea35f2e7b73db5fad3c81c388d6d056a (patch) | |
tree | 7532b2954404855b69ce4987e837175d2b35d9d7 /drivers/watchdog/Makefile | |
parent | 6910ceb5cababfefffc4ddc58a085a71c0ab9f22 (diff) | |
download | blackbird-op-linux-26c57ef1ea35f2e7b73db5fad3c81c388d6d056a.tar.gz blackbird-op-linux-26c57ef1ea35f2e7b73db5fad3c81c388d6d056a.zip |
watchdog: New watchdog driver for MEN A21 watchdogs
This patch adds the driver for the watchdog devices found on MEN Mikro
Elektronik A21 VMEbus CPU Carrier Boards. It has DT-support and uses the
watchdog framework.
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
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 c443f6247fa6..2f26a0b47ddc 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -144,6 +144,7 @@ obj-$(CONFIG_8xxx_WDT) += mpc8xxx_wdt.o obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o obj-$(CONFIG_PIKA_WDT) += pika_wdt.o obj-$(CONFIG_BOOKE_WDT) += booke_wdt.o +obj-$(CONFIG_MEN_A21_WDT) += mena21_wdt.o # PPC64 Architecture obj-$(CONFIG_WATCHDOG_RTAS) += wdrtas.o |