summaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Makefile
diff options
context:
space:
mode:
authorAndrey Panin2005-08-19 23:15:11 +0200
committerWim Van Sebroeck2005-09-11 22:07:34 +0200
commitd532134d4cad1da0ad0efc1d5db9f74475df80c6 (patch)
tree4993dda18b6f8408b404666a026561778f2c7bc1 /drivers/char/watchdog/Makefile
parent[WATCHDOG] i6300.h-removal-patch (diff)
downloadkernel-qcow2-linux-d532134d4cad1da0ad0efc1d5db9f74475df80c6.tar.gz
kernel-qcow2-linux-d532134d4cad1da0ad0efc1d5db9f74475df80c6.tar.xz
kernel-qcow2-linux-d532134d4cad1da0ad0efc1d5db9f74475df80c6.zip
[WATCHDOG] driver-for-ibm-automatic-server-restart-watchdog.patch
This patch adds driver for IBM Automatic Server Restart watchdog hardware found in some IBM eServer xSeries machines. This driver is based on the ugly driver provided by IBM. Driver was tested on IBM eServer 226. Signed-off-by: Andrey Panin <pazke@donpac.ru> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Signed-off-by: Andrew Morton <akpm@osdl.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 2f45ba6a6d16..f90a802a7d3d 100644
--- a/drivers/char/watchdog/Makefile
+++ b/drivers/char/watchdog/Makefile
@@ -38,6 +38,7 @@ obj-$(CONFIG_ALIM7101_WDT) += alim7101_wdt.o
obj-$(CONFIG_SC520_WDT) += sc520_wdt.o
obj-$(CONFIG_EUROTECH_WDT) += eurotechwdt.o
obj-$(CONFIG_IB700_WDT) += ib700wdt.o
+obj-$(CONFIG_IBMASR) += ibmasr.o
obj-$(CONFIG_WAFER_WDT) += wafer5823wdt.o
obj-$(CONFIG_I6300ESB_WDT) += i6300esb.o
obj-$(CONFIG_I8XX_TCO) += i8xx_tco.o