summaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Makefile
diff options
context:
space:
mode:
authorUtz Bacher2005-06-23 01:43:34 +0200
committerPaul Mackerras2005-06-23 01:43:34 +0200
commit031f7edecf46d731673a5dd19ecb0de38f1a2219 (patch)
treebfb58498e6c6ea8c69c7ea0abb3713fb27f86afa /drivers/char/watchdog/Makefile
parent[PATCH] ppc64: add a minimal nvram driver (diff)
downloadkernel-qcow2-linux-031f7edecf46d731673a5dd19ecb0de38f1a2219.tar.gz
kernel-qcow2-linux-031f7edecf46d731673a5dd19ecb0de38f1a2219.tar.xz
kernel-qcow2-linux-031f7edecf46d731673a5dd19ecb0de38f1a2219.zip
[PATCH] ppc64: add a watchdog driver for rtas
Add a watchdog using the RTAS OS surveillance service. This is provided as a simpler alternative to rtasd. The added value is that it works with standard watchdog client programs and can therefore also do user space monitoring. On BPA, rtasd is not really useful because the hardware does not have much to report with event-scan. The driver should also work on other platforms that support the OS surveillance rtas calls. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/char/watchdog/Makefile')
-rw-r--r--drivers/char/watchdog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Makefile b/drivers/char/watchdog/Makefile
index 1cd27efa35c1..c1838834ea7f 100644
--- a/drivers/char/watchdog/Makefile
+++ b/drivers/char/watchdog/Makefile
@@ -33,6 +33,7 @@ obj-$(CONFIG_USBPCWATCHDOG) += pcwd_usb.o
obj-$(CONFIG_IXP4XX_WATCHDOG) += ixp4xx_wdt.o
obj-$(CONFIG_IXP2000_WATCHDOG) += ixp2000_wdt.o
obj-$(CONFIG_8xx_WDT) += mpc8xx_wdt.o
+obj-$(CONFIG_WATCHDOG_RTAS) += wdrtas.o
# Only one watchdog can succeed. We probe the hardware watchdog
# drivers first, then the softdog driver. This means if your hardware