forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
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.