diff options
author | Oliver Schuster <olivers137@aol.com> | 2008-03-05 16:48:45 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-10-10 13:09:17 +0000 |
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 e0ef123fbde..e2e4bcf0a56 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 |