mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-09 16:31:07 +08:00
13 lines
202 B
Plaintext
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
|