summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorPriyanka Gupta2010-10-26 02:58:04 +0200
committerWim Van Sebroeck2011-01-12 14:51:16 +0100
commit15e28bf130081a574192fb934b832ac7d07739f7 (patch)
treeb4aeef95f06f6c60697ae078e589034c8b198ff5 /drivers/watchdog/Makefile
parentwatchdog: f71808e_wdt: add F71862FG, F71869 to Kconfig (diff)
downloadkernel-qcow2-linux-15e28bf130081a574192fb934b832ac7d07739f7.tar.gz
kernel-qcow2-linux-15e28bf130081a574192fb934b832ac7d07739f7.tar.xz
kernel-qcow2-linux-15e28bf130081a574192fb934b832ac7d07739f7.zip
watchdog: Add support for sp5100 chipset TCO
This driver adds /dev/watchdog support for the AMD sp5100 aka SB7x0 chipsets. It follows the same conventions found in other /dev/watchdog drivers. Signed-off-by: Priyanka Gupta <priyankag@google.com> Signed-off-by: Mike Waychison <mikew@google.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 4b0ef386229d..12e6c1e32671 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -68,6 +68,7 @@ obj-$(CONFIG_ADVANTECH_WDT) += advantechwdt.o
obj-$(CONFIG_ALIM1535_WDT) += alim1535_wdt.o
obj-$(CONFIG_ALIM7101_WDT) += alim7101_wdt.o
obj-$(CONFIG_F71808E_WDT) += f71808e_wdt.o
+obj-$(CONFIG_SP5100_TCO) += sp5100_tco.o
obj-$(CONFIG_GEODE_WDT) += geodewdt.o
obj-$(CONFIG_SC520_WDT) += sc520_wdt.o
obj-$(CONFIG_SBC_FITPC2_WATCHDOG) += sbc_fitpc2_wdt.o