4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 19:13:30 +08:00
2023-01-08 22:52:13 -05:00

13 lines
205 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