Skip to content

Commit e291691

Browse files
krzkgregkh
authored andcommitted
slimbus: qcom-ngd-ctrl: allow compile testing without QCOM_RPROC_COMMON
The Qualcomm common remote-proc code (CONFIG_QCOM_RPROC_COMMON) has necessary stubs, so it is not needed for compile testing. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20220916122910.170730-5-srinivas.kandagatla@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e7a3c8b commit e291691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/slimbus/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ config SLIM_QCOM_CTRL
2222

2323
config SLIM_QCOM_NGD_CTRL
2424
tristate "Qualcomm SLIMbus Satellite Non-Generic Device Component"
25-
depends on HAS_IOMEM && DMA_ENGINE && NET && QCOM_RPROC_COMMON
25+
depends on HAS_IOMEM && DMA_ENGINE && NET
26+
depends on QCOM_RPROC_COMMON || COMPILE_TEST
2627
depends on ARCH_QCOM || COMPILE_TEST
2728
select QCOM_QMI_HELPERS
2829
select QCOM_PDR_HELPERS

0 commit comments

Comments
 (0)