Convert the GT911 driver to the input subsystem, fix the existing boards to work in the default config. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
# Copyright 2023 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if INPUT
|
|
|
|
menu "Input drivers"
|
|
|
|
source "drivers/input/Kconfig.ft5336"
|
|
source "drivers/input/Kconfig.gpio_keys"
|
|
source "drivers/input/Kconfig.gpio_qdec"
|
|
source "drivers/input/Kconfig.gt911"
|
|
source "drivers/input/Kconfig.npcx"
|
|
source "drivers/input/Kconfig.sdl"
|
|
source "drivers/input/Kconfig.xpt2046"
|
|
|
|
endmenu # Input Drivers
|
|
|
|
endif # INPUT
|