- CONFIG_DUMMY_DMA¶
Dummy DMA (software DMA driver)
Type: bool
Help¶
Select this to enable the software-based host DMA implementation.
This driver does all the transfers between host memory and DSP local
buffer memory using regular memcpy. It requires direct access to the
host memory.
If unsure, select "n".
Direct dependencies¶
HOST_PTABLE
&& SOF
(Includes any dependencies from ifs and menus.)
Default¶
n
Symbols that select this symbol¶
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/drivers/Kconfig:11
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:14
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:7
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Drivers
config DUMMY_DMA
bool "Dummy DMA (software DMA driver)"
default n
depends on HOST_PTABLE && SOF
help
Select this to enable the software-based host DMA implementation.
This driver does all the transfers between host memory and DSP local
buffer memory using regular memcpy. It requires direct access to the
host memory.
If unsure, select "n".
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)