1menu "DMA Devices"
2
3config DRIVERS_DMA
4    bool "enable dma driver"
5        default y
6
7config HAL_TEST_DMA
8    bool "enable dma hal APIs test command"
9    depends on DRIVERS_DMA
10        default n
11
12endmenu
13