forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
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.