hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/dma/Kconfig
....@@ -208,6 +208,7 @@
208208 config FSL_EDMA
209209 tristate "Freescale eDMA engine support"
210210 depends on OF
211
+ depends on HAS_IOMEM
211212 select DMA_ENGINE
212213 select DMA_VIRTUAL_CHANNELS
213214 help
....@@ -277,6 +278,7 @@
277278
278279 config INTEL_IDMA64
279280 tristate "Intel integrated DMA 64-bit support"
281
+ depends on HAS_IOMEM
280282 select DMA_ENGINE
281283 select DMA_VIRTUAL_CHANNELS
282284 help