From 0c6b7e6426986ce032937184c18bc87f16a41cba Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Thu, 14 Feb 2019 15:14:54 +0900 Subject: [PATCH] ARM: configs: tizen_odroid: enable syscon-reboot-mode config To support reboot-mode, enable syscon-reboot-mode config option. Change-Id: I4fe5074f4eeaec4d27d686e5bea4eaf5820fd640 Signed-off-by: Seung-Woo Kim --- arch/arm/configs/tizen_odroid_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig index 9f795ac99b6f..7d3b304a1fc8 100644 --- a/arch/arm/configs/tizen_odroid_defconfig +++ b/arch/arm/configs/tizen_odroid_defconfig @@ -2371,7 +2371,8 @@ CONFIG_POWER_RESET=y # CONFIG_POWER_RESET_VERSATILE is not set CONFIG_POWER_RESET_SYSCON=y CONFIG_POWER_RESET_SYSCON_POWEROFF=y -# 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