dma: sh: add Kconfig
[linux-2.6-block.git] / drivers / dma / sh / Kconfig
CommitLineData
189b4ee8
SY
1#
2# DMA engine configuration for sh
3#
4
5config SH_DMAE_BASE
6 bool "Renesas SuperH DMA Engine support"
7 depends on (SUPERH && SH_DMA) || (ARM && ARCH_SHMOBILE)
8 depends on !SH_DMA_API
9 default y
10 select DMA_ENGINE
11 help
12 Enable support for the Renesas SuperH DMA controllers.
13
14config SH_DMAE
15 tristate "Renesas SuperH DMAC support"
16 depends on SH_DMAE_BASE
17 help
18 Enable support for the Renesas SuperH DMA controllers.