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