You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
227 B
10 lines
227 B
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
|
|
|