aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/config-3.18
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-22 08:29:07 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-22 08:29:07 +0000
commitc2a0f4325c897a75566d9e0fd847d8f4d0994533 (patch)
treeb94179d6c29e501090dda397be8364f0320000e5 /target/linux/ipq806x/config-3.18
parentf673d83a3d2a738aed75e8816d75e289ed093ef7 (diff)
downloadmaster-187ad058-c2a0f4325c897a75566d9e0fd847d8f4d0994533.tar.gz
master-187ad058-c2a0f4325c897a75566d9e0fd847d8f4d0994533.tar.bz2
master-187ad058-c2a0f4325c897a75566d9e0fd847d8f4d0994533.zip
ipq806x: enable watchdog kernel option
Some bootloaders seem to trigger the watchdog during the boot process, therefore the lack of watchdog driver trigger a reboot a few seconds after boot. So we'll enable it here to avoid it. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44503 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ipq806x/config-3.18')
-rw-r--r--target/linux/ipq806x/config-3.183
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ipq806x/config-3.18 b/target/linux/ipq806x/config-3.18
index 22d8092f51..7cda416d7c 100644
--- a/target/linux/ipq806x/config-3.18
+++ b/target/linux/ipq806x/config-3.18
@@ -290,7 +290,7 @@ CONFIG_PROC_PAGE_MONITOR=y
CONFIG_QCOM_BAM_DMA=y
CONFIG_QCOM_GSBI=y
CONFIG_QCOM_SCM=y
-# CONFIG_QCOM_WDT is not set
+CONFIG_QCOM_WDT=y
# CONFIG_RCU_BOOST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=21
CONFIG_RCU_CPU_STALL_VERBOSE=y
@@ -357,6 +357,7 @@ CONFIG_VECTORS_BASE=0xffff0000
CONFIG_VFP=y
CONFIG_VFPv3=y
CONFIG_VM_EVENT_COUNTERS=y
+CONFIG_WATCHDOG_CORE=y
# CONFIG_WIZNET_W5100 is not set
# CONFIG_WIZNET_W5300 is not set
# CONFIG_WL_TI is not set