Commit da3f2147 authored by Wim Van Sebroeck's avatar Wim Van Sebroeck Committed by Linus Torvalds

[WATCHDOG] v2.6.2 indydog-Kconfig+Makefile-patch

Apparently we ported the indydog code to the 2.5/2.6 kernel series,
but we forgot to put it in the kernel configuration file + the Makefile
parent 5fb18d9b
...@@ -309,6 +309,17 @@ config MACHZ_WDT ...@@ -309,6 +309,17 @@ config MACHZ_WDT
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called machzwd. module will be called machzwd.
# MIPS Architecture
config INDYDOG
tristate "Indy/I2 Hardware Watchdog"
depends on WATCHDOG && SGI_IP22
help
Hardwaredriver for the Indy's/I2's watchdog. This is a
watchdog timer that will reboot the machine after a 60 second
timer expired and no process has written to /dev/watchdog during
that time.
# SUPERH Architecture # SUPERH Architecture
config SH_WDT config SH_WDT
......
...@@ -33,3 +33,4 @@ obj-$(CONFIG_SC1200_WDT) += sc1200wdt.o ...@@ -33,3 +33,4 @@ obj-$(CONFIG_SC1200_WDT) += sc1200wdt.o
obj-$(CONFIG_WAFER_WDT) += wafer5823wdt.o obj-$(CONFIG_WAFER_WDT) += wafer5823wdt.o
obj-$(CONFIG_CPU5_WDT) += cpu5wdt.o obj-$(CONFIG_CPU5_WDT) += cpu5wdt.o
obj-$(CONFIG_AMD7XX_TCO) += amd7xx_tco.o obj-$(CONFIG_AMD7XX_TCO) += amd7xx_tco.o
obj-$(CONFIG_INDYDOG) += indydog.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment