diff mbox series

[1/2] soc: qcom: add missing pd-mapper dependencies

Message ID 20240626-qcom-pd-mapper-fix-deps-v1-1-644678dc4663@linaro.org (mailing list archive)
State New
Headers show
Series qcom: fix missing dependencies for the QCOM_PD_MAPPER | expand

Commit Message

Dmitry Baryshkov June 26, 2024, 7:12 p.m. UTC
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>
---
 drivers/soc/qcom/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Chris Lew June 26, 2024, 9:26 p.m. UTC | #1
On 6/26/2024 12:12 PM, Dmitry Baryshkov wrote:
> 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>
> ---
>   drivers/soc/qcom/Kconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
> index 0a2f2bfd7863..432c85bd8ad4 100644
> --- a/drivers/soc/qcom/Kconfig
> +++ b/drivers/soc/qcom/Kconfig
> @@ -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
> 


Reviewed-by: Chris Lew <quic_clew@quicinc.com>
diff mbox series

Patch

diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index 0a2f2bfd7863..432c85bd8ad4 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -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