hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/slimbus/Kconfig
....@@ -22,8 +22,9 @@
2222
2323 config SLIM_QCOM_NGD_CTRL
2424 tristate "Qualcomm SLIMbus Satellite Non-Generic Device Component"
25
- depends on QCOM_QMI_HELPERS
26
- depends on HAS_IOMEM && DMA_ENGINE
25
+ depends on HAS_IOMEM && DMA_ENGINE && NET
26
+ depends on ARCH_QCOM || COMPILE_TEST
27
+ select QCOM_QMI_HELPERS
2728 help
2829 Select driver if Qualcomm's SLIMbus Satellite Non-Generic Device
2930 Component is programmed using Linux kernel.