#
# Kconfig for MELFAS MIP4 Touchscreen Driver
#

if INPUT_TOUCHSCREEN

config TOUCHSCREEN_MELFAS_MIT410
	tristate "MELFAS MIT410 Touchscreen"
	depends on I2C
	help
	  Say Y here if you have a MELFAS MIT410 touchscreen device in your system.

	  If unsure, say N.

	  To compile this driver as a module, choose M here: the module will be called melfas_mip4_ts.

endif
