summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/Kconfig
diff options
context:
space:
mode:
authorBjorn Andersson <andersson@kernel.org>2023-02-04 22:00:53 +0300
committerBjorn Andersson <andersson@kernel.org>2023-02-04 22:01:06 +0300
commit9b4a19153a77890519fc8fbd966672b39373c30d (patch)
tree7007a37906361e8c7e7582d02ed02a6a3ffe6131 /drivers/soc/qcom/Kconfig
parentc5d52d7bf241a4d06b651362446644948621c426 (diff)
parent080b4e24852b1d5b66929f69344e6c3eeb963941 (diff)
downloadlinux-9b4a19153a77890519fc8fbd966672b39373c30d.tar.xz
Merge branch '20230201041853.1934355-1-quic_bjorande@quicinc.com' into drivers-for-6.3
Diffstat (limited to 'drivers/soc/qcom/Kconfig')
-rw-r--r--drivers/soc/qcom/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index df46108e58ce..348fde2a8aae 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -92,6 +92,21 @@ config QCOM_PDR_HELPERS
tristate
select QCOM_QMI_HELPERS
+config QCOM_PMIC_GLINK
+ tristate "Qualcomm PMIC GLINK driver"
+ depends on RPMSG
+ depends on TYPEC
+ depends on DRM
+ select AUXILIARY_BUS
+ select QCOM_PDR_HELPERS
+ help
+ The Qualcomm PMIC GLINK driver provides access, over GLINK, to the
+ USB and battery firmware running on one of the coprocessors in
+ several modern Qualcomm platforms.
+
+ Say yes here to support USB-C and battery status on modern Qualcomm
+ platforms.
+
config QCOM_QMI_HELPERS
tristate
depends on NET