Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
e291691c e7a3c8b9

+2 -1
+2 -1
drivers/slimbus/Kconfig
··· 22 22 23 23 config SLIM_QCOM_NGD_CTRL 24 24 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 26 27 depends on ARCH_QCOM || COMPILE_TEST 27 28 select QCOM_QMI_HELPERS 28 29 select QCOM_PDR_HELPERS