mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 19:13:30 +08:00
13 lines
205 B
Plaintext
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
|