mbox series

[0/2] qcom: fix missing dependencies for the QCOM_PD_MAPPER

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

Message

Dmitry Baryshkov June 26, 2024, 7:12 p.m. UTC
While refactoring pd-mapper to use auxiliary bus for the PD mapper
instantiation I forgot to select the bus in Kconfig entries. Fix it now.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Dmitry Baryshkov (2):
      soc: qcom: add missing pd-mapper dependencies
      remoteproc: qcom: select AUXILIARY_BUS

 drivers/remoteproc/Kconfig | 1 +
 drivers/soc/qcom/Kconfig   | 2 ++
 2 files changed, 3 insertions(+)
---
base-commit: b07e1e375f6389b6715b9aca590da17039bcd447
change-id: 20240626-qcom-pd-mapper-fix-deps-1cf064ee4715

Best regards,