diff options
author | 2023-06-01 10:56:46 +0300 | |
---|---|---|
committer | 2023-06-13 16:15:53 -0700 | |
commit | eac3e74cba6d5a7e1060ffb730c1071a0b4db7fa (patch) | |
tree | 07a167fd645f737886693d4e8c8c1ad319797d98 | |
parent | arm64: defconfig: Enable sc828x0xp lpasscc clock controller (diff) | |
download | wireguard-linux-eac3e74cba6d5a7e1060ffb730c1071a0b4db7fa.tar.xz wireguard-linux-eac3e74cba6d5a7e1060ffb730c1071a0b4db7fa.zip |
arm64: defconfig: Build MSM power manager driver
Build Qualcomm MSM Power Manager driver, which is needed for QCM2290
platform, otherwise the TLMM pin controller driver probe fails on boot.
Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230601075650.1437184-2-vladimir.zapolskiy@linaro.org
-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 8d4b8dc045a7..4da5e23a9236 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1326,6 +1326,7 @@ CONFIG_PWM_TEGRA=m CONFIG_PWM_VISCONTI=m CONFIG_SL28CPLD_INTC=y CONFIG_QCOM_PDC=y +CONFIG_QCOM_MPM=y CONFIG_RESET_IMX7=y CONFIG_RESET_QCOM_AOSS=y CONFIG_RESET_QCOM_PDC=m |