zephyr/tests/drivers/build_all/input/testcase.yaml
Fabio Baltieri 5e10cd9aee tests: build_all: input: test the 16 bit row option
Add a test case for the 16 bit row size option.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-11-22 09:52:39 +01:00

20 lines
443 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
drivers.input.kbd_16_bit:
extra_configs:
- CONFIG_INPUT_KBD_MATRIX_16_BIT_ROW=y