Message ID | 20230901115732.45854-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | d75e870c32f6190f38ae8983932f7dbed1018039 |
Headers | show |
Series | arm64: defconfig: enable syscon-poweroff driver | expand |
On Fri, 01 Sep 2023 13:57:32 +0200, Krzysztof Kozlowski wrote: > Enable the generic syscon-poweroff driver used on all Exynos ARM64 SoCs > (e.g. Exynos5433) and few APM SoCs. > > Applied, thanks! [1/1] arm64: defconfig: enable syscon-poweroff driver https://git.kernel.org/krzk/linux/c/471eed5ad217fc8e83089e708d5cf5a1d0b205f7 Best regards,
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
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@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)