mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-02 01:50:26 +08:00
c055261177
1. DMA pool management for platform. 2. DMA engine driver API. Signed-off-by: GuEe-GUI <2991707448@qq.com>
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
menuconfig RT_USING_DMA
|
|
bool "Using Direct Memory Access (DMA)"
|
|
depends on RT_USING_DM
|
|
select RT_USING_ADT
|
|
select RT_USING_ADT_BITMAP
|
|
default n
|
|
|
|
if RT_USING_DMA
|
|
osource "$(SOC_DM_DMA_DIR)/Kconfig"
|
|
endif
|