The latest development version of this page may be more current than this released 1.14.1 version.
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.)