:orphan: .. title:: APPLICATION_DEFINED_SYSCALL .. option:: 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 ================== .. highlight:: kconfig At ``Kconfig.zephyr:353`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. parsed-literal:: 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.)*