forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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.