:orphan: .. title:: CONFIG_APPLICATION_DEFINED_SYSCALL .. kconfig:: CONFIG_APPLICATION_DEFINED_SYSCALL CONFIG_APPLICATION_DEFINED_SYSCALL ################################## *Scan application folder for any syscall definition* Type: ``bool`` Help ==== .. code-block:: none Scan additional folders inside application source folder for application defined syscalls. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``Kconfig.zephyr:497`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. code-block:: kconfig 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.)*