summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorOliver Schuster2008-03-05 16:48:45 +0100
committerWim Van Sebroeck2008-10-10 15:09:17 +0200
commite1fee94f346387739e683b31815ab54dc0a30bd6 (patch)
tree033e9a8ba356d021feceab3ba5ee03bcfa36779f /drivers/watchdog/Makefile
parentLinux 2.6.27 (diff)
downloadkernel-qcow2-linux-e1fee94f346387739e683b31815ab54dc0a30bd6.tar.gz
kernel-qcow2-linux-e1fee94f346387739e683b31815ab54dc0a30bd6.tar.xz
kernel-qcow2-linux-e1fee94f346387739e683b31815ab54dc0a30bd6.zip
[WATCHDOG] add watchdog driver IT8716 IT8726 IT8712J/K
Add it87xx watchdog driver IT8716 IT8718 IT8726 IT8712-J IT8712-K Signed-off-by: Oliver Schuster <olivers137@aol.com> 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 e0ef123fbdea..e2e4bcf0a56e 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -71,6 +71,7 @@ ifeq ($(CONFIG_ITCO_VENDOR_SUPPORT),y)
obj-$(CONFIG_ITCO_WDT) += iTCO_vendor_support.o
endif
obj-$(CONFIG_IT8712F_WDT) += it8712f_wdt.o
+obj-$(CONFIG_IT87_WDT) += it87_wdt.o
obj-$(CONFIG_HP_WATCHDOG) += hpwdt.o
obj-$(CONFIG_SC1200_WDT) += sc1200wdt.o
obj-$(CONFIG_SCx200_WDT) += scx200_wdt.o