kernel_samsung_a34x-permissive/drivers/input/touchscreen/ili9881x/Kconfig
2024-04-28 15:49:01 +02:00

19 lines
365 B
Plaintext
Executable file

#
# Ilitek ili9881x touchscreen driver configuration
#
menuconfig TOUCHSCREEN_ILITEK_ILI9881X
bool "Ilitek ili9881x touchscreen"
default n
help
Say Y here if you have a Synaptics TCM touchscreen connected
to your system.
If unsure, say N.
if TOUCHSCREEN_ILITEK_ILI9881X
config TOUCHSCREEN_ILITEK_ILI9881X_SPI
bool "SPI"
depends on SPI_MASTER
endif