diff options
author | Oliver Schuster <olivers137@aol.com> | 2008-03-05 10:48:45 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-10-10 09:09:17 -0400 |
commit | e1fee94f346387739e683b31815ab54dc0a30bd6 (patch) | |
tree | 033e9a8ba356d021feceab3ba5ee03bcfa36779f /drivers/watchdog/Makefile | |
parent | 3fa8749e584b55f1180411ab1b51117190bac1e5 (diff) |
[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/Makefile | 1 |
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) | |||
71 | obj-$(CONFIG_ITCO_WDT) += iTCO_vendor_support.o | 71 | obj-$(CONFIG_ITCO_WDT) += iTCO_vendor_support.o |
72 | endif | 72 | endif |
73 | obj-$(CONFIG_IT8712F_WDT) += it8712f_wdt.o | 73 | obj-$(CONFIG_IT8712F_WDT) += it8712f_wdt.o |
74 | obj-$(CONFIG_IT87_WDT) += it87_wdt.o | ||
74 | obj-$(CONFIG_HP_WATCHDOG) += hpwdt.o | 75 | obj-$(CONFIG_HP_WATCHDOG) += hpwdt.o |
75 | obj-$(CONFIG_SC1200_WDT) += sc1200wdt.o | 76 | obj-$(CONFIG_SC1200_WDT) += sc1200wdt.o |
76 | obj-$(CONFIG_SCx200_WDT) += scx200_wdt.o | 77 | obj-$(CONFIG_SCx200_WDT) += scx200_wdt.o |