zephyr/samples/application_development
Daniel Leung c4565ad5b6 samples: out_of_tree_driver: fix kconfig dependency
The out_of_tree_driver sample defines syscall functions, and
thus requiring CONFIG_APPLICATION_DEFINED_SYSCALL to be enabled
even if no userspace is involved. This is due to the function
generation for the syscall stubs.

Fixes #56946

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-04-19 21:02:11 -04:00
..
code_relocation_nocopy samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
external_lib samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
out_of_tree_board samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
out_of_tree_driver samples: out_of_tree_driver: fix kconfig dependency 2023-04-19 21:02:11 -04:00
sysbuild/with_mcuboot samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
application_development.rst