- CONFIG_WAKEUP_HOOK¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Enables hook that is called and after coming back from WAITI.
This config should be selected by other platform-level configs.
Platforms that use it, have to implement hook function
platform_interrupt_on_wakeup.
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/../src/arch/xtensa/Kconfig:12
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:3
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/arch/Kconfig:5
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof)
config WAKEUP_HOOK
bool
default n
depends on SOF
help
Enables hook that is called and after coming back from WAITI.
This config should be selected by other platform-level configs.
Platforms that use it, have to implement hook function
platform_interrupt_on_wakeup.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)