summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorDavid Cohen2014-04-15 22:06:05 +0200
committerWim Van Sebroeck2014-06-10 21:48:16 +0200
commit87a1ef8058d9ab26bc289ea4f27bc3c11ce9acb8 (patch)
tree3133c076fe94a89a1870a22ba9ca65150da63a2d /drivers/watchdog/Makefile
parentwatchdog: sp805: Set watchdog_device->timeout from ->set_timeout() (diff)
downloadkernel-qcow2-linux-87a1ef8058d9ab26bc289ea4f27bc3c11ce9acb8.tar.gz
kernel-qcow2-linux-87a1ef8058d9ab26bc289ea4f27bc3c11ce9acb8.tar.xz
kernel-qcow2-linux-87a1ef8058d9ab26bc289ea4f27bc3c11ce9acb8.zip
watchdog: add Intel MID watchdog driver support
Add initial Intel MID watchdog driver support. This driver is an initial implementation of generic Intel MID watchdog driver. Currently it supports Intel Merrifield platform. Signed-off-by: Eric Ernst <eric.ernst@intel.com> Signed-off-by: David Cohen <david.a.cohen@linux.intel.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 1384531eaa45..7b8a91ed20e7 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -112,6 +112,7 @@ obj-$(CONFIG_W83977F_WDT) += w83977f_wdt.o
obj-$(CONFIG_MACHZ_WDT) += machzwd.o
obj-$(CONFIG_SBC_EPX_C3_WATCHDOG) += sbc_epx_c3.o
obj-$(CONFIG_INTEL_SCU_WATCHDOG) += intel_scu_watchdog.o
+obj-$(CONFIG_INTEL_MID_WATCHDOG) += intel-mid_wdt.o
# M32R Architecture