On 6/26/2024 12:12 PM, Dmitry Baryshkov wrote:
> 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>
> ---
> drivers/remoteproc/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> 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
>
Reviewed-by: Chris Lew <quic_clew@quicinc.com>