nuttx/drivers/dma/Kconfig
ZhongAn 596f52c3ee Nuttx/dma: add dma framework for nuttx
Signed-off-by: ZhongAn <zhongan@pinecone.net>
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2023-04-22 01:02:51 +08:00

19 lines
321 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
menuconfig DMA
bool "DMA driver interfaces"
default n
select ARCH_DMA
---help---
Drivers for various DMA devices.
if DMA
config DMA_LINK
bool "Support DMA link configure"
endif