summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorMike Waychison2010-10-26 02:58:05 +0200
committerWim Van Sebroeck2011-01-12 14:51:23 +0100
commit456c730153fe33134fe93742510a96e46a9217c4 (patch)
tree0b911ae3ceff56b1e74f0d0182ad66d5b623f7ad /drivers/watchdog/Makefile
parentwatchdog: Add support for sp5100 chipset TCO (diff)
downloadkernel-qcow2-linux-456c730153fe33134fe93742510a96e46a9217c4.tar.gz
kernel-qcow2-linux-456c730153fe33134fe93742510a96e46a9217c4.tar.xz
kernel-qcow2-linux-456c730153fe33134fe93742510a96e46a9217c4.zip
watchdog: Add TCO support for nVidia chipsets
This driver adds support for /dev/watchdog for boards using either the MCP51 or MCP55 chipsets. These are also known as the nForce 430 and nForce 550. This driver is likely to work on other chipsets as well, though those are the only two that have been tested. 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 12e6c1e32671..cd77f5492f95 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -87,6 +87,7 @@ obj-$(CONFIG_HP_WATCHDOG) += hpwdt.o
obj-$(CONFIG_SC1200_WDT) += sc1200wdt.o
obj-$(CONFIG_SCx200_WDT) += scx200_wdt.o
obj-$(CONFIG_PC87413_WDT) += pc87413_wdt.o
+obj-$(CONFIG_NV_TCO) += nv_tco.o
obj-$(CONFIG_RDC321X_WDT) += rdc321x_wdt.o
obj-$(CONFIG_60XX_WDT) += sbc60xxwdt.o
obj-$(CONFIG_SBC8360_WDT) += sbc8360.o