From 77a16812a89406478fd7b49d2d8650d48afdbb02 Mon Sep 17 00:00:00 2001 From: Eric Lee <eric.lee@embedian.com> Date: Fri, 15 Nov 2019 18:53:20 +0800 Subject: [PATCH] Modify Linux kernel config file --- arch/arm/configs/smarcfimx6_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/configs/smarcfimx6_defconfig b/arch/arm/configs/smarcfimx6_defconfig index 928b83e..ebc1fef 100644 --- a/arch/arm/configs/smarcfimx6_defconfig +++ b/arch/arm/configs/smarcfimx6_defconfig @@ -2332,12 +2332,12 @@ CONFIG_POWER_RESET=y # CONFIG_POWER_RESET_BRCMSTB is not set # CONFIG_POWER_RESET_GPIO is not set # CONFIG_POWER_RESET_GPIO_RESTART is not set -# CONFIG_POWER_RESET_IMX is not set +CONFIG_POWER_RESET_IMX=y # CONFIG_POWER_RESET_LTC2952 is not set # CONFIG_POWER_RESET_RESTART is not set # CONFIG_POWER_RESET_VERSATILE is not set # CONFIG_POWER_RESET_SYSCON is not set -CONFIG_POWER_RESET_SYSCON_POWEROFF=y +# CONFIG_POWER_RESET_SYSCON_POWEROFF is not set # CONFIG_SYSCON_REBOOT_MODE is not set CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set -- 1.9.1