kernel/drivers/slimbus/Kconfig
.. .. @@ -22,8 +22,9 @@ 22 22 23 23 config SLIM_QCOM_NGD_CTRL 24 24 tristate "Qualcomm SLIMbus Satellite Non-Generic Device Component" 25 - depends on QCOM_QMI_HELPERS26 - depends on HAS_IOMEM && DMA_ENGINE25 + depends on HAS_IOMEM && DMA_ENGINE && NET26 + depends on ARCH_QCOM || COMPILE_TEST27 + select QCOM_QMI_HELPERS27 28 help 28 29 Select driver if Qualcomm's SLIMbus Satellite Non-Generic Device 29 30 Component is programmed using Linux kernel.