From: Dmitry Baryshkov Date: Sun, 4 Aug 2024 05:40:15 +0000 (+0300) Subject: arm64: defconfig: build CONFIG_REGULATOR_QCOM_REFGEN as module X-Git-Tag: v6.12-rc1~186^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=115c14ee54aae1d61d2405f9b31f67c1e8947f4e;p=thirdparty%2Fkernel%2Flinux.git arm64: defconfig: build CONFIG_REGULATOR_QCOM_REFGEN as module Enable CONFIG_REGULATOR_QCOM_REFGEN and build it as a module. It is an internal supply used by the DSI on SM8350-based platforms (e.g. on the SM8350 HDK device). Signed-off-by: Dmitry Baryshkov Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20240804-sm8350-fixes-v1-11-1149dd8399fe@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 7d32fca649965..20e07ceaf239f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -785,6 +785,7 @@ CONFIG_REGULATOR_PCA9450=y CONFIG_REGULATOR_PF8X00=y CONFIG_REGULATOR_PFUZE100=y CONFIG_REGULATOR_PWM=y +CONFIG_REGULATOR_QCOM_REFGEN=m CONFIG_REGULATOR_QCOM_RPMH=y CONFIG_REGULATOR_QCOM_SMD_RPM=y CONFIG_REGULATOR_QCOM_SPMI=y