:orphan: .. title:: CONFIG_DUMMY_DMA .. kconfig:: CONFIG_DUMMY_DMA CONFIG_DUMMY_DMA ################ *(No prompt -- not directly user assignable.)* Type: ``unknown`` Direct dependencies =================== \ :kconfig:`DMA ` && \ :kconfig:`BOARD_NXP_ADSP_IMX8 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/xtensa/nxp_adsp_imx8/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config DUMMY_DMA default y depends on DMA && BOARD_NXP_ADSP_IMX8 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*