Files
sdk-hwV1.3/lichee/rtos-hal/hal/source/dma/Kconfig
2024-05-07 18:09:20 +08:00

13 lines
202 B
Plaintext

menu "DMA Devices"
config DRIVERS_DMA
bool "enable dma driver"
default y
config HAL_TEST_DMA
bool "enable dma hal APIs test command"
depends on DRIVERS_DMA
default n
endmenu