diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-06-26 22:12:38 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-07-01 20:01:17 +0300 |
commit | e9b854382c8df07385c778bd8b25c03442bfa9e2 (patch) | |
tree | 8c99c6726d0538db2efc5327df48b4c1d5610678 /drivers/remoteproc | |
parent | a8631f6d6344d976096b1efafdb2fbb3111bd790 (diff) | |
download | linux-e9b854382c8df07385c778bd8b25c03442bfa9e2.tar.xz |
remoteproc: qcom: select AUXILIARY_BUS
The QCOM_PD_MAPPER implementation made Qualcomm remoteproc drivers use
auxiliary bus for the pd-mapper subdevice. Add necessary dependency.
Reported-by: Mark Brown <broonie@kernel.org>
Fixes: 5b9f51b200dc ("remoteproc: qcom: enable in-kernel PD mapper")
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-2-644678dc4663@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 48845dc8fa85..dda2ada215b7 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -166,6 +166,7 @@ config QCOM_PIL_INFO config QCOM_RPROC_COMMON tristate + select AUXILIARY_BUS config QCOM_Q6V5_COMMON tristate |