:orphan: .. title:: DMA_2_NAME .. option:: CONFIG_DMA_2_NAME *Device name for DMA Controller 2* Type: ``string`` Help ==== Device name for DMA Controller 2. Direct dependencies =================== \ :option:`DMA ` *(Includes any dependencies from ifs and menus.)* Default ======= - "DMA_2" Kconfig definition ================== .. highlight:: kconfig At ``drivers/dma/Kconfig:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:66`` Menu path: (Top) → Device Drivers → DMA driver Configuration .. parsed-literal:: config DMA_2_NAME string "Device name for DMA Controller 2" default "DMA_2" depends on \ :option:`DMA ` help Device name for DMA Controller 2. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*