diff options
author | Naidu Tellapati <naidu.tellapati@gmail.com> | 2015-01-06 10:19:34 -0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-02-17 21:30:49 +0100 |
commit | 93937669e9b5873808e4f5dfd6cace53bdc57f17 (patch) | |
tree | e2a0bc13f7015b144da684ccd5edb8c9a9d61489 /drivers/watchdog/Makefile | |
parent | cc4f9c2a91b7be7b3590bb1cbe8148873556aa3f (diff) | |
download | linux-93937669e9b5873808e4f5dfd6cace53bdc57f17.tar.gz linux-93937669e9b5873808e4f5dfd6cace53bdc57f17.tar.bz2 linux-93937669e9b5873808e4f5dfd6cace53bdc57f17.zip |
watchdog: ImgTec PDC Watchdog Timer Driver
This commit adds support for ImgTec PowerDown Controller Watchdog Timer.
Reviewed-by: Andrew Bresticker <abrestic@chromium.org>
Signed-off-by: Naidu Tellapati <Naidu.Tellapati@imgtec.com>
Signed-off-by: Jude Abraham <Jude.Abraham@imgtec.com>
[ezequiel: Minor style fixes]
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
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 c569ec8f8a76..d4dfbb4fd01a 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -142,6 +142,7 @@ obj-$(CONFIG_OCTEON_WDT) += octeon-wdt.o octeon-wdt-y := octeon-wdt-main.o octeon-wdt-nmi.o obj-$(CONFIG_LANTIQ_WDT) += lantiq_wdt.o obj-$(CONFIG_RALINK_WDT) += rt2880_wdt.o +obj-$(CONFIG_IMGPDC_WDT) += imgpdc_wdt.o # PARISC Architecture |