linux/ar71xx: add preliminary 2.6.36 kernel support (refresh patches)
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / patches-2.6.36 / 006-ar71xx_wdt_driver.patch
1 --- a/drivers/watchdog/Kconfig
2 +++ b/drivers/watchdog/Kconfig
3 @@ -916,6 +916,13 @@ config OCTEON_WDT
4 from the first interrupt, it is then only poked when the
5 device is written.
6
7 +config AR71XX_WDT
8 + tristate "Atheros AR71xx Watchdog Timer"
9 + depends on ATHEROS_AR71XX
10 + help
11 + Hardware driver for the built-in watchdog timer on the Atheros
12 + AR71xx SoCs.
13 +
14 # PARISC Architecture
15
16 # POWERPC Architecture
17 --- a/drivers/watchdog/Makefile
18 +++ b/drivers/watchdog/Makefile
19 @@ -114,6 +114,7 @@ obj-$(CONFIG_INDYDOG) += indydog.o
20 obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o
21 obj-$(CONFIG_PNX833X_WDT) += pnx833x_wdt.o
22 obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
23 +obj-$(CONFIG_AR71XX_WDT) += ar71xx_wdt.o
24 obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
25 obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
26 obj-$(CONFIG_OCTEON_WDT) += octeon-wdt.o