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