hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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