4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-02 04:41:21 +08:00

11 lines
227 B
Plaintext
Raw Normal View History

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