kernel/drivers/dma/Kconfig
.. .. @@ -208,6 +208,7 @@ 208 208 config FSL_EDMA 209 209 tristate "Freescale eDMA engine support" 210 210 depends on OF 211 + depends on HAS_IOMEM211 212 select DMA_ENGINE 212 213 select DMA_VIRTUAL_CHANNELS 213 214 help .. .. @@ -277,6 +278,7 @@ 277 278 278 279 config INTEL_IDMA64 279 280 tristate "Intel integrated DMA 64-bit support" 281 + depends on HAS_IOMEM280 282 select DMA_ENGINE 281 283 select DMA_VIRTUAL_CHANNELS 282 284 help