diff options
author | 2024-09-05 10:12:55 +0000 | |
---|---|---|
committer | 2024-09-05 10:12:56 +0000 | |
commit | e4a82810c685f21eb617e1aab3c0b93e03ca6def (patch) | |
tree | 060e6ef19726077135a4910f7c7887c98e17624d | |
parent | Merge tag 'imx-defconfig-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/defconfig (diff) | |
parent | arm64: defconfig: build CONFIG_REGULATOR_QCOM_REFGEN as module (diff) | |
download | wireguard-linux-e4a82810c685f21eb617e1aab3c0b93e03ca6def.tar.xz wireguard-linux-e4a82810c685f21eb617e1aab3c0b93e03ca6def.zip |
Merge tag 'qcom-arm64-defconfig-for-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/defconfig
Qualcomm Arm64 defconfig updates for v6.12
Enable the Qualcomm refgen regulator driver, being introduced in SM8350
for DSI, as a module.
* tag 'qcom-arm64-defconfig-for-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
arm64: defconfig: build CONFIG_REGULATOR_QCOM_REFGEN as module
Link: https://lore.kernel.org/r/20240904194827.16766-1-andersson@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 49fb97a3149b..9f0a7b6f7b39 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -789,6 +789,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 |