diff options
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 9520cf02edc8..3cf1d123f2d3 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -195,6 +195,14 @@ config PCH_DMA | |||
195 | help | 195 | help |
196 | Enable support for the Topcliff PCH DMA engine. | 196 | Enable support for the Topcliff PCH DMA engine. |
197 | 197 | ||
198 | config IMX_SDMA | ||
199 | tristate "i.MX SDMA support" | ||
200 | depends on ARCH_MX25 || ARCH_MX3 || ARCH_MX5 | ||
201 | select DMA_ENGINE | ||
202 | help | ||
203 | Support the i.MX SDMA engine. This engine is integrated into | ||
204 | Freescale i.MX25/31/35/51 chips. | ||
205 | |||
198 | config DMA_ENGINE | 206 | config DMA_ENGINE |
199 | bool | 207 | bool |
200 | 208 | ||