From 1a471f37b2ea74c1be5bde861576aa2bc4a679b6 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Thu, 16 Mar 2017 13:40:01 +0800 Subject: [PATCH] MLK-14445-3 mx7ulp_evk: Enable wdog driver for reset cpu Enable the CONFIG_ULP_WATCHDOG in defconfig, so that reset command can work. Signed-off-by: Ye Li (cherry picked from commit da1c290f0b890fafeb8ce29b53b764eaee53520b) (cherry picked from commit 7a4ba3eb22732ba0d4cc47552413bad8c1d94dbe) --- configs/mx7ulp_evk_defconfig | 1 + configs/mx7ulp_evk_plugin_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/mx7ulp_evk_defconfig b/configs/mx7ulp_evk_defconfig index 55be9f3729..366a4e969d 100644 --- a/configs/mx7ulp_evk_defconfig +++ b/configs/mx7ulp_evk_defconfig @@ -40,3 +40,4 @@ CONFIG_SF_DEFAULT_BUS=0 CONFIG_SF_DEFAULT_CS=0 CONFIG_SF_DEFAULT_SPEED=40000000 CONFIG_SF_DEFAULT_MODE=0 +CONFIG_ULP_WATCHDOG=y diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig index 2e3e9b1d62..2b2d35039b 100644 --- a/configs/mx7ulp_evk_plugin_defconfig +++ b/configs/mx7ulp_evk_plugin_defconfig @@ -40,3 +40,4 @@ CONFIG_SF_DEFAULT_BUS=0 CONFIG_SF_DEFAULT_CS=0 CONFIG_SF_DEFAULT_SPEED=40000000 CONFIG_SF_DEFAULT_MODE=0 +CONFIG_ULP_WATCHDOG=y -- 2.17.1