From 14e477e84fafd65ba68f4d7504cdc07344e06dff Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Thu, 14 Feb 2019 15:17:00 +0900 Subject: [PATCH] arm64: configs: tizen_tm2_defconfig: enable syscon-reboot-mode config To support reboot-mode, enable syscon-reboot-mode config option. Change-Id: I27e2da1f29aa5fa271b0914fd62e38470f47b403 Signed-off-by: Seung-Woo Kim --- arch/arm64/configs/tizen_tm2_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/tizen_tm2_defconfig b/arch/arm64/configs/tizen_tm2_defconfig index 01329cade42b..e31014d32400 100644 --- a/arch/arm64/configs/tizen_tm2_defconfig +++ b/arch/arm64/configs/tizen_tm2_defconfig @@ -2660,7 +2660,8 @@ CONFIG_POWER_RESET_SYSCON=y # CONFIG_POWER_RESET_SYSCON_POWEROFF is not set # CONFIG_POWER_RESET_RMOBILE is not set # CONFIG_POWER_RESET_ZX is not set -# CONFIG_SYSCON_REBOOT_MODE is not set +CONFIG_REBOOT_MODE=y +CONFIG_SYSCON_REBOOT_MODE=y CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set # CONFIG_PDA_POWER is not set -- 2.34.1