Skip to content

Commit b89c5bc

Browse files
lumagandersson
authored andcommitted
soc: qcom: add missing pd-mapper dependencies
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 <[email protected]> Fixes: 1ebcde0 ("soc: qcom: add pd-mapper implementation") Signed-off-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Chris Lew <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent dc18836 commit b89c5bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/soc/qcom/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ config QCOM_OCMEM
7575
config QCOM_PD_MAPPER
7676
tristate "Qualcomm Protection Domain Mapper"
7777
select QCOM_QMI_HELPERS
78+
select QCOM_PDR_MSG
79+
select AUXILIARY_BUS
7880
depends on NET && QRTR
7981
default QCOM_RPROC_COMMON
8082
help

0 commit comments

Comments
 (0)