# SPDX-License-Identifier: GPL-2.0-only
#
# Novatek NT36XXX touchscreen driver configuration
#
config TOUCHSCREEN_NT36XXX_I2C
	tristate "Novatek NT36XXX over I2C"
	help
	  Say Y here if you have a Novatek NT36XXX over I2C touchscreen connected
	  to your system.
	  Say M, compile into a module.

	  If unsure, say N.

config NOVATEK_TRUSTED_TOUCH
	bool "Novatek Trusted Touch"
	depends on TOUCHSCREEN_NT36XXX_I2C
	help
	  Say Y here to enable Novatek Trusted Touch over I2C.
	  It requires more on Trust VM.
	  Choose this when you need.

	  If unsure, say N.

config TOUCHSCREEN_NT36XXX_SPI
	tristate "Novatek NT36XXX over SPI"
	help
	  Say Y here if you have a Novatek NT36XXX over SPI touchscreen connected
	  to your system.
	  Say M, compile into a module.

	  If unsure, say N.
