ifxmips: move header files, split up patches, rename some files
[openwrt.git] / target / linux / ifxmips / patches-2.6.30 / 150-wdt.patch
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
5 @@ -105,6 +105,7 @@
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
10  
11  # PARISC Architecture
12  
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
17 @@ -764,6 +764,12 @@
18         help
19           Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
20  
21 +config IFXMIPS_WDT
22 +       bool "IFXMips watchdog"
23 +       depends on IFXMIPS
24 +       help
25 +         Hardware driver for the IFXMIPS Watchdog Timer.
26 +
27  # PARISC Architecture
28  
29  # POWERPC Architecture