zephyr/samples/subsys/input/input_dump/sample.yaml
Fabio Baltieri 72bb10dc84 samples: input_dump: enable shell commands by default
Enable INPUT_SHELL and INPUT_KBD_MATRIX_STATE by default if the sample
is compiled with CONFIG_SHELL=y. This makes it easier to use the shell
commands in the sample by just enabling the shell and let any help
command turn on automatically.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-12-08 20:16:39 +00:00

13 lines
222 B
YAML

sample:
name: Input Dump
common:
tags: input
build_only: true
integration_platforms:
- native_sim
tests:
sample.input.input_dump: {}
sample.input.input_dump_shell:
extra_configs:
- CONFIG_SHELL=y