diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-08 14:15:25 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-06-08 14:15:25 +0000 |
commit | f4b17ab8b8a37cb6d4f9a10fad6193a9a6763a68 (patch) | |
tree | acd78811334f8921e963879579515e8aa8c73530 /target/linux/brcm47xx/config-2.6.28 | |
parent | f012e61a4f95a8f24e0e4acb2e54be59822ee4fd (diff) | |
download | upstream-f4b17ab8b8a37cb6d4f9a10fad6193a9a6763a68.tar.gz upstream-f4b17ab8b8a37cb6d4f9a10fad6193a9a6763a68.tar.bz2 upstream-f4b17ab8b8a37cb6d4f9a10fad6193a9a6763a68.zip |
[brcm47xx] add watchdog driver (#5238)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16381 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/config-2.6.28')
-rw-r--r-- | target/linux/brcm47xx/config-2.6.28 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/config-2.6.28 b/target/linux/brcm47xx/config-2.6.28 index c9c504dd8e..8b6248ed67 100644 --- a/target/linux/brcm47xx/config-2.6.28 +++ b/target/linux/brcm47xx/config-2.6.28 @@ -14,6 +14,7 @@ CONFIG_B44_PCICORE_AUTOSELECT=y CONFIG_B44_PCI_AUTOSELECT=y CONFIG_BASE_SMALL=0 CONFIG_BCM47XX=y +CONFIG_BCM47XX_WDT=y CONFIG_BITREVERSE=y # CONFIG_BSD_DISKLABEL is not set # CONFIG_BSD_PROCESS_ACCT is not set @@ -167,5 +168,5 @@ CONFIG_USB_OHCI_HCD_SSB=y CONFIG_USB_SUPPORT=y # CONFIG_VGASTATE is not set # CONFIG_VIA_RHINE is not set -# CONFIG_WATCHDOG is not set +CONFIG_WATCHDOG_NOWAYOUT=y CONFIG_ZONE_DMA_FLAG=0 |