zephyr/tests/drivers/build_all/input/testcase.yaml
Fabio Baltieri 34584c9e0c tests: build_all: input: add an alternate setting test case
Many touchscreen drivers have an option interrupt mode that enables a
different code path. Add an extra test for touchscreen drivers to build
the non-default case.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-07-21 10:55:57 +00:00

16 lines
350 B
YAML

common:
tags:
- drivers
- input
build_only: true
platform_allow: native_posix
tests:
drivers.input.default: {}
# Touchscreen drivers, non-default option
drivers.input.touchscreen_interrupt:
extra_configs:
- CONFIG_INPUT_CST816S_INTERRUPT=n
- CONFIG_INPUT_FT5336_INTERRUPT=y
- CONFIG_INPUT_GT911_INTERRUPT=y