:orphan: .. title:: CONFIG_ALTERA_AVALON_MSGDMA .. kconfig:: CONFIG_ALTERA_AVALON_MSGDMA CONFIG_ALTERA_AVALON_MSGDMA ########################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`DMA_NIOS2_MSGDMA ` && \ :kconfig:`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:27`` 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.)*