- CONFIG_DW_DMA_AGGREGATED_IRQ¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Some platforms cannot register interrupt per DW-DMA channel
and have the possibility only to register interrupts per
DMA controller, which require manual handling of aggregated
irq.
Any platforms with DW-DMA aggregated interrupts support
should set this.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
n
Symbols that select this symbol¶
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:54
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
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof)
config DW_DMA_AGGREGATED_IRQ
bool
default n
depends on SOF
help
Some platforms cannot register interrupt per DW-DMA channel
and have the possibility only to register interrupts per
DMA controller, which require manual handling of aggregated
irq.
Any platforms with DW-DMA aggregated interrupts support
should set this.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)