]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
soc: qcom: add missing pd-mapper dependencies
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 26 Jun 2024 19:12:37 +0000 (22:12 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 1 Jul 2024 16:52:34 +0000 (11:52 -0500)
The pd-mapper driver uses auxiliary bus and Qualcomm PDR message format
data. Add missing dependencies to the driver's Kconfig entry.

Reported-by: Mark Brown <broonie@kernel.org>
Fixes: 1ebcde047c54 ("soc: qcom: add pd-mapper implementation")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Chris Lew <quic_clew@quicinc.com>
Link: https://lore.kernel.org/r/20240626-qcom-pd-mapper-fix-deps-v1-1-644678dc4663@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/Kconfig

index 0a2f2bfd7863bdbab45a88b4d97ffe9a4bc1489e..432c85bd8ad4060784c455a31615fac24dfef808 100644 (file)
@@ -75,6 +75,8 @@ config QCOM_OCMEM
 config QCOM_PD_MAPPER
        tristate "Qualcomm Protection Domain Mapper"
        select QCOM_QMI_HELPERS
+       select QCOM_PDR_MSG
+       select AUXILIARY_BUS
        depends on NET && QRTR
        default QCOM_RPROC_COMMON
        help