diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2012-11-24 20:07:25 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2012-11-24 20:07:25 +0000 |
commit | afc3c7596af4c3e52d3783732babdfb7b60009b7 (patch) | |
tree | 90fc287e9ed841c2ec2972694366a16375b511fd /target/linux/brcm47xx/config-3.6 | |
parent | 30832516624b279e20894f349d57bab19ed5372c (diff) | |
download | upstream-afc3c7596af4c3e52d3783732babdfb7b60009b7.tar.gz upstream-afc3c7596af4c3e52d3783732babdfb7b60009b7.tar.bz2 upstream-afc3c7596af4c3e52d3783732babdfb7b60009b7.zip |
brcm47xx: update watchdog driver
This watchdog driver should work with SoC having a PMU.
This fixes #11720.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34323 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/config-3.6')
-rw-r--r-- | target/linux/brcm47xx/config-3.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/config-3.6 b/target/linux/brcm47xx/config-3.6 index 278e58cf0f..4859a5b6d1 100644 --- a/target/linux/brcm47xx/config-3.6 +++ b/target/linux/brcm47xx/config-3.6 @@ -144,5 +144,6 @@ CONFIG_USB_ARCH_HAS_XHCI=y # CONFIG_USB_HCD_BCMA is not set # CONFIG_USB_HCD_SSB is not set CONFIG_USB_SUPPORT=y +CONFIG_WATCHDOG_CORE=y CONFIG_WATCHDOG_NOWAYOUT=y CONFIG_ZONE_DMA_FLAG=0 |