summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorAlexander Shiyan2013-11-30 08:54:32 +0100
committerWim Van Sebroeck2014-01-28 21:21:02 +0100
commit25134eafb05eef6dd4b6caee3a711b63ee0c3737 (patch)
tree17cd804d9904ad9c561b7efcbd9341c8578b7094 /drivers/watchdog/Makefile
parentwatchdog: davinci: reuse driver for keystone arch (diff)
downloadkernel-qcow2-linux-25134eafb05eef6dd4b6caee3a711b63ee0c3737.tar.gz
kernel-qcow2-linux-25134eafb05eef6dd4b6caee3a711b63ee0c3737.tar.xz
kernel-qcow2-linux-25134eafb05eef6dd4b6caee3a711b63ee0c3737.zip
watchdog: GPIO-controlled watchdog
This patch adds a watchdog driver for devices controlled through GPIO, (Analog Devices ADM706, Maxim MAX823, National NE555 etc). Signed-off-by: Alexander Shiyan <shc_work@mail.ru> 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index af2251682214..985a66cda76f 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -172,6 +172,7 @@ obj-$(CONFIG_XEN_WDT) += xen_wdt.o
# Architecture Independent
obj-$(CONFIG_DA9052_WATCHDOG) += da9052_wdt.o
obj-$(CONFIG_DA9055_WATCHDOG) += da9055_wdt.o
+obj-$(CONFIG_GPIO_WATCHDOG) += gpio_wdt.o
obj-$(CONFIG_WM831X_WATCHDOG) += wm831x_wdt.o
obj-$(CONFIG_WM8350_WATCHDOG) += wm8350_wdt.o
obj-$(CONFIG_MAX63XX_WATCHDOG) += max63xx_wdt.o