-
CONFIG_APPLICATION_DEFINED_SYSCALL
¶
Scan application folder for any syscall definition
Type: bool
Help¶
Scan additional folders inside application source folder
for application defined syscalls.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/Kconfig.zephyr:411
Included via <Zephyr>/Kconfig:8
Menu path: (Top) → Build and Link Features → Build Options
config APPLICATION_DEFINED_SYSCALL
bool "Scan application folder for any syscall definition"
help
Scan additional folders inside application source folder
for application defined syscalls.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)