Re: [PATCH] soc: qcom: smsm: Add missing mailbox dependency to Kconfig

2024-07-02 Thread Bjorn Andersson
On Fri, 28 Jun 2024 19:30:23 +0200, Luca Weiss wrote: > Since the smsm driver got the ability to interact with the mailbox using > the mailbox subsystem and not just syscon, we need to add the dependency > to kconfig as well to avoid compile errors. > > Applied, thanks! [1/1] soc: qcom:

Re: [PATCH] soc: qcom: smsm: Add missing mailbox dependency to Kconfig

2024-06-29 Thread Konrad Dybcio
On 28.06.2024 7:30 PM, Luca Weiss wrote: > Since the smsm driver got the ability to interact with the mailbox using > the mailbox subsystem and not just syscon, we need to add the dependency > to kconfig as well to avoid compile errors. > > Fixes: 75287992f58a ("soc: qcom: smsm: Support using

[PATCH] soc: qcom: smsm: Add missing mailbox dependency to Kconfig

2024-06-28 Thread Luca Weiss
Since the smsm driver got the ability to interact with the mailbox using the mailbox subsystem and not just syscon, we need to add the dependency to kconfig as well to avoid compile errors. Fixes: 75287992f58a ("soc: qcom: smsm: Support using mailbox interface") Reported-by: kernel test robot