mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-27 08:14:35 +08:00
19 lines
421 B
Plaintext
19 lines
421 B
Plaintext
|
#
|
||
|
# DMA engine configuration for sh
|
||
|
#
|
||
|
|
||
|
config SH_DMAE_BASE
|
||
|
bool "Renesas SuperH DMA Engine support"
|
||
|
depends on (SUPERH && SH_DMA) || (ARM && ARCH_SHMOBILE)
|
||
|
depends on !SH_DMA_API
|
||
|
default y
|
||
|
select DMA_ENGINE
|
||
|
help
|
||
|
Enable support for the Renesas SuperH DMA controllers.
|
||
|
|
||
|
config SH_DMAE
|
||
|
tristate "Renesas SuperH DMAC support"
|
||
|
depends on SH_DMAE_BASE
|
||
|
help
|
||
|
Enable support for the Renesas SuperH DMA controllers.
|