:orphan: .. title:: ALTERA_AVALON_MSGDMA .. option:: CONFIG_ALTERA_AVALON_MSGDMA *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`DMA_NIOS2_MSGDMA ` && \ :option:`SOC_NIOS2F_ZEPHYR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/nios2/nios2f-zephyr/Kconfig.defconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config ALTERA_AVALON_MSGDMA bool default y depends on DMA_NIOS2_MSGDMA && SOC_NIOS2F_ZEPHYR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*