[atheros] experimental support for 2.6.27
[openwrt-10.03/.git] / target / linux / atheros / patches-2.6.27 / 120-watchdog.patch
1 --- a/drivers/watchdog/Kconfig
2 +++ b/drivers/watchdog/Kconfig
3 @@ -704,6 +704,12 @@
4         help
5           Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
6  
7 +config ATHEROS_WDT
8 +       tristate "Atheros wisoc Watchdog Timer"
9 +       depends on ATHEROS
10 +       help
11 +         Hardware driver for the Atheros wisoc Watchdog Timer.
12 +
13  # PARISC Architecture
14  
15  # POWERPC Architecture
16 --- a/drivers/watchdog/Makefile
17 +++ b/drivers/watchdog/Makefile
18 @@ -102,6 +102,7 @@
19  obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
20  obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
21  obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
22 +obj-$(CONFIG_ATHEROS_WDT) += ar2315-wtd.o
23  
24  # PARISC Architecture
25