swconfig: treat struct switch_attr as constant
[openwrt/svn-archive/archive.git] / target / linux / atheros / patches-2.6.26 / 120-watchdog.patch
1 --- a/drivers/watchdog/Kconfig
2 +++ b/drivers/watchdog/Kconfig
3 @@ -683,6 +683,12 @@ config TXX9_WDT
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 @@ -97,6 +97,7 @@ obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o
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