Skip to content

Commit 05a21e8

Browse files
z3ntuandersson
authored andcommitted
soc: qcom: smsm: Add missing mailbox dependency to Kconfig
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: 7528799 ("soc: qcom: smsm: Support using mailbox interface") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Luca Weiss <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent b89c5bc commit 05a21e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/qcom/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ config QCOM_SMP2P
211211

212212
config QCOM_SMSM
213213
tristate "Qualcomm Shared Memory State Machine"
214+
depends on MAILBOX
214215
depends on QCOM_SMEM
215216
select QCOM_SMEM_STATE
216217
select IRQ_DOMAIN

0 commit comments

Comments
 (0)