1 Index: linux-2.6.30.5/drivers/watchdog/Makefile
2 ===================================================================
3 --- linux-2.6.30.5.orig/drivers/watchdog/Makefile 2009-08-16 23:19:38.000000000 +0200
4 +++ linux-2.6.30.5/drivers/watchdog/Makefile 2009-09-02 18:29:51.000000000 +0200
6 obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
7 obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
8 obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
9 +obj-$(CONFIG_IFXMIPS_WDT) += ifxmips_wdt.o
13 Index: linux-2.6.30.5/drivers/watchdog/Kconfig
14 ===================================================================
15 --- linux-2.6.30.5.orig/drivers/watchdog/Kconfig 2009-08-16 23:19:38.000000000 +0200
16 +++ linux-2.6.30.5/drivers/watchdog/Kconfig 2009-09-02 18:29:51.000000000 +0200
19 Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
22 + bool "IFXMips watchdog"
25 + Hardware driver for the IFXMIPS Watchdog Timer.
29 # POWERPC Architecture