- CONFIG_IPC_POLLING¶
Enable IPC Polling support
Type: bool
Help¶
Select this to enable support for simple IPC polling. This allows
users like GDB and boot loader a simple IPC mechanism that does not
depend on IRQ or a scheduler.
If unsure, select "n".
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/drivers/Kconfig:23
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 IPC_POLLING
bool "Enable IPC Polling support"
default n
depends on SOF
help
Select this to enable support for simple IPC polling. This allows
users like GDB and boot loader a simple IPC mechanism that does not
depend on IRQ or a scheduler.
If unsure, select "n".
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)