[MINI2440] Updated defconfig to add (optional) packages
[openwrt/mini2440.git] / target / linux / atheros / patches-2.6.28 / 120-watchdog.patch
blob88c42a2a83573d46a027afad9705acb22b797b3f
1 --- a/drivers/watchdog/Kconfig
2 +++ b/drivers/watchdog/Kconfig
3 @@ -747,6 +747,12 @@ config TXX9_WDT
4 help
5 Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
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.
13 # PARISC Architecture
15 # POWERPC Architecture
16 --- a/drivers/watchdog/Makefile
17 +++ b/drivers/watchdog/Makefile
18 @@ -106,6 +106,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
24 # PARISC Architecture