summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorMark Brown2008-11-06 11:56:21 +0100
committerWim Van Sebroeck2008-12-31 17:12:54 +0100
commit006948bafece27265dce72d3158b12af3ff67fce (patch)
treeaf7baa6555b7596fc7e5cac5b7eadabc02855804 /drivers/watchdog/Makefile
parent[WATCHDOG] Add SMSC SCH311x Watchdog Timer. (diff)
downloadkernel-qcow2-linux-006948bafece27265dce72d3158b12af3ff67fce.tar.gz
kernel-qcow2-linux-006948bafece27265dce72d3158b12af3ff67fce.tar.xz
kernel-qcow2-linux-006948bafece27265dce72d3158b12af3ff67fce.zip
[WATCHDOG] Add support for the WM8350 watchdog
This driver implements support for the watchdog functionality provided by the Wolfson Microelectronics WM8350, a multi-function audio and power management subsystem intended for use in embedded systems. It is based on a driver originally written by Graeme Gregory, though it has been extensively modified since then. Use of a GPIO to kick the watchdog is not yet supported. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
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 0cd47867b194..c19b866f5ed1 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -134,4 +134,5 @@ obj-$(CONFIG_WATCHDOG_CP1XXX) += cpwd.o
# XTENSA Architecture
# Architecture Independant
+obj-$(CONFIG_WM8350_WATCHDOG) += wm8350_wdt.o
obj-$(CONFIG_SOFT_WATCHDOG) += softdog.o