1common: 2 tags: 3 - drivers 4 - input 5 build_only: true 6 platform_allow: 7 - native_posix 8 - native_sim 9tests: 10 drivers.input.default: {} 11 12 # Touchscreen drivers, non-default option 13 drivers.input.touchscreen_interrupt: 14 extra_configs: 15 - CONFIG_INPUT_CST816S_INTERRUPT=n 16 - CONFIG_INPUT_FT5336_INTERRUPT=y 17 - CONFIG_INPUT_GT911_INTERRUPT=y 18 19 drivers.input.kbd_16_bit: 20 extra_configs: 21 - CONFIG_INPUT_KBD_MATRIX_16_BIT_ROW=y 22 23 drivers.input.analog_axis: 24 extra_configs: 25 - CONFIG_ADC=y 26 - CONFIG_SETTINGS=y 27 28 drivers.input.adc_keys: 29 extra_configs: 30 - CONFIG_ADC=y 31