RE: [PATCH] arm64: defconfig: enable syscon-poweroff driver

From: Alim Akhtar
Date: Fri Sep 01 2023 - 11:35:12 EST


Hello Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> Sent: Friday, September 1, 2023 5:28 PM
> To: Alim Akhtar <alim.akhtar@xxxxxxxxxxx>; devicetree@xxxxxxxxxxxxxxx;
> linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux-samsung-soc@xxxxxxxxxxxxxxx;
> linux-kernel@xxxxxxxxxxxxxxx; arm@xxxxxxxxxx; soc@xxxxxxxxxx; Arnd
> Bergmann <arnd@xxxxxxxx>; Olof Johansson <olof@xxxxxxxxx>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> Subject: [PATCH] arm64: defconfig: enable syscon-poweroff driver
>
> Enable the generic syscon-poweroff driver used on all Exynos ARM64 SoCs
> (e.g. Exynos5433) and few APM SoCs.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
Reviewed-by: Alim Akhtar <alim.akhtar@xxxxxxxxxxx>

> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 5315789f4868..ec59174b14db 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -636,6 +636,7 @@ CONFIG_POWER_RESET_MSM=y
> CONFIG_POWER_RESET_QCOM_PON=m CONFIG_POWER_RESET_XGENE=y
> CONFIG_POWER_RESET_SYSCON=y
> +CONFIG_POWER_RESET_SYSCON_POWEROFF=y
> CONFIG_SYSCON_REBOOT_MODE=y
> CONFIG_NVMEM_REBOOT_MODE=m
> CONFIG_BATTERY_SBS=m
> --
> 2.34.1