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