diff options
author | 2024-03-25 15:46:52 +0200 | |
---|---|---|
committer | 2024-04-23 14:09:14 -0500 | |
commit | fefda685ec0846a1f1c2b13af2cce4cea580a768 (patch) | |
tree | 7de27f554ac40cb6c36dc490aff6ed55d27270ef | |
parent | arm64: defconfig: enable ext4 security labels (diff) | |
download | wireguard-linux-fefda685ec0846a1f1c2b13af2cce4cea580a768.tar.xz wireguard-linux-fefda685ec0846a1f1c2b13af2cce4cea580a768.zip |
arm64: defconfig: enable REGULATOR_QCOM_USB_VBUS
Enable the VBUS regulator used on Qualcomm platforms (RB1, RB2, RB5) to
supply VBUS voltage to the USB-C connector.
Reported-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240325-arm64-config-usb-vbus-v1-1-d14601f81d08@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.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 254198352f37..971df4f7de00 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -773,6 +773,7 @@ CONFIG_REGULATOR_PWM=y CONFIG_REGULATOR_QCOM_RPMH=y CONFIG_REGULATOR_QCOM_SMD_RPM=y CONFIG_REGULATOR_QCOM_SPMI=y +CONFIG_REGULATOR_QCOM_USB_VBUS=m CONFIG_REGULATOR_RAA215300=y CONFIG_REGULATOR_RK808=y CONFIG_REGULATOR_S2MPS11=y |