-
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 Kconfig.zephyr:316
Included via Kconfig:10
Menu path: (top menu) → Build and Link Features → Build Options
config APPLICATION_DEFINED_SYSCALL
bool
prompt "Scan application folder for any syscall definition"
help
Scan additional folders inside application source folder
for application defined syscalls.
(Definitions include propagated dependencies, including from if’s and menus.)