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>
13 lines
222 B
YAML
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
|