summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorBeniamino Galvani2014-09-29 00:39:47 +0200
committerWim Van Sebroeck2014-10-20 20:55:02 +0200
commit22b1c841e31510c3124c88a13b8a7ada14e2e2d1 (patch)
tree6b8fac57c56dea0da96887c85f64d2126a1cb1b8 /drivers/watchdog/Makefile
parentwatchdog: s3c2410_wdt: Add support for Watchdog device on Exynos7 (diff)
downloadkernel-qcow2-linux-22b1c841e31510c3124c88a13b8a7ada14e2e2d1.tar.gz
kernel-qcow2-linux-22b1c841e31510c3124c88a13b8a7ada14e2e2d1.tar.xz
kernel-qcow2-linux-22b1c841e31510c3124c88a13b8a7ada14e2e2d1.zip
watchdog: add driver for Ricoh RN5T618 watchdog
This adds a driver for the watchdog timer available in Ricoh RN5T618 PMIC. The device supports a programmable expiration time of 1, 8, 32 or 128 seconds. Signed-off-by: Beniamino Galvani <b.galvani@gmail.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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index 44f5d6842fc6..f105999da2f3 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -48,6 +48,7 @@ obj-$(CONFIG_IOP_WATCHDOG) += iop_wdt.o
obj-$(CONFIG_DAVINCI_WATCHDOG) += davinci_wdt.o
obj-$(CONFIG_ORION_WATCHDOG) += orion_wdt.o
obj-$(CONFIG_SUNXI_WATCHDOG) += sunxi_wdt.o
+obj-$(CONFIG_RN5T618_WATCHDOG) += rn5t618_wdt.o
obj-$(CONFIG_COH901327_WATCHDOG) += coh901327_wdt.o
obj-$(CONFIG_STMP3XXX_RTC_WATCHDOG) += stmp3xxx_rtc_wdt.o
obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o