Update au1000 for .21, build an SREC initramfs image so that it can be tested directl...
[openwrt/svn-archive/archive.git] / target / linux / au1000-2.6 / patches / 004-mtx1_watchdog.patch
1 diff -urN linux-2.6.21.1/drivers/char/watchdog/Kconfig linux-2.6.21.1.new/drivers/char/watchdog/Kconfig
2 --- linux-2.6.21.1/drivers/char/watchdog/Kconfig 2007-04-27 23:49:26.000000000 +0200
3 +++ linux-2.6.21.1.new/drivers/char/watchdog/Kconfig 2007-05-24 20:05:52.000000000 +0200
4 @@ -586,6 +586,14 @@
5 To compile this driver as a module, choose M here: the
6 module will be called rm9k_wdt.
7
8 +config MTX1_WATCHDOG
9 + tristate "MTX-1 Hardware Watchdog"
10 + depends on WATCHDOG && MIPS_MTX1
11 + help
12 + Hardware driver for the AccessCube MTX-1 watchdog. This is a
13 + watchdog timer that will reboot the machine after a 100 seconds
14 + timer expired.
15 +
16 # S390 Architecture
17
18 config ZVM_WATCHDOG
19 diff -urN linux-2.6.21.1/drivers/char/watchdog/Makefile linux-2.6.21.1.new/drivers/char/watchdog/Makefile
20 --- linux-2.6.21.1/drivers/char/watchdog/Makefile 2007-04-27 23:49:26.000000000 +0200
21 +++ linux-2.6.21.1.new/drivers/char/watchdog/Makefile 2007-05-24 20:05:41.000000000 +0200
22 @@ -74,6 +74,7 @@
23 # MIPS Architecture
24 obj-$(CONFIG_INDYDOG) += indydog.o
25 obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o
26 +obj-$(CONFIG_MTX1_WATCHDOG) += mtx-1_watchdog.o
27
28 # S390 Architecture
29