hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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.