aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@iguana.be>2008-10-22 08:59:25 +0000
committerWim Van Sebroeck <wim@iguana.be>2008-12-31 16:12:47 +0000
commit4c6e63bd177a28ca9154ae8c1bab00a387c350c4 (patch)
tree914ea254af8977bb4323630befd709c9b4e277c0 /drivers/watchdog/Makefile
parent[WATCHDOG] ib700wdt - add timeout parameter (diff)
downloadlinux-dev-4c6e63bd177a28ca9154ae8c1bab00a387c350c4.tar.xz
linux-dev-4c6e63bd177a28ca9154ae8c1bab00a387c350c4.zip
[WATCHDOG] Add SMSC SCH311x Watchdog Timer.
Add a watchdog driver for the hardware watchdog timer on the SMSC SCH3112, SCH3114 and SCH3116 Super IO chipset. Tested-by: Marco Chiappero <marco@absence.it> 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 e352bbb7630b..0cd47867b194 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -83,6 +83,7 @@ obj-$(CONFIG_60XX_WDT) += sbc60xxwdt.o
obj-$(CONFIG_SBC8360_WDT) += sbc8360.o
obj-$(CONFIG_SBC7240_WDT) += sbc7240_wdt.o
obj-$(CONFIG_CPU5_WDT) += cpu5wdt.o
+obj-$(CONFIG_SMSC_SCH311X_WDT) += sch311x_wdt.o
obj-$(CONFIG_SMSC37B787_WDT) += smsc37b787_wdt.o
obj-$(CONFIG_W83627HF_WDT) += w83627hf_wdt.o
obj-$(CONFIG_W83697HF_WDT) += w83697hf_wdt.o