diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-10-11 13:32:44 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-10-18 07:58:03 -0700 |
commit | 323c7ec86446e8364cf338f40297194cc7a159fa (patch) | |
tree | d8bd841be232a58f09f7988949f7033e4fe3650a /arch/arm64 | |
parent | b46d856cb9b3bd2fef54cc8caec8595a232a23b6 (diff) | |
download | lwn-323c7ec86446e8364cf338f40297194cc7a159fa.tar.gz lwn-323c7ec86446e8364cf338f40297194cc7a159fa.zip |
arm64: defconfig: enable CONFIG_TYPEC_QCOM_PMIC
Enable Qualcomm PMIC TCPM driver, it is used to handle Type-C ports on
devices like Qualcomm Robotics RB5 platform.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link: https://lore.kernel.org/r/20231011103245.96638-1-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64')
-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 29339f90f8e2..2a856739f410 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1038,6 +1038,7 @@ CONFIG_TYPEC_TCPCI=m CONFIG_TYPEC_FUSB302=m CONFIG_TYPEC_TPS6598X=m CONFIG_TYPEC_HD3SS3220=m +CONFIG_TYPEC_QCOM_PMIC=m CONFIG_TYPEC_UCSI=m CONFIG_TYPEC_MUX_FSA4480=m CONFIG_TYPEC_MUX_NB7VPQ904M=m |