config TOUCHSCREEN_GOODIX
	tristate "GOODIX touchscreens"
	depends on I2C
	help
	  Say Y here if you have a touchscreen interface using the
	  PIXCIR controller.

	  If unsure, say N.

choice
	prompt "touch screen types "
	depends on TOUCHSCREEN_GOODIX
	default TOUCHSCREEN_COMMON

config TOUCHSCREEN_COMMON
	bool "GOODIX common touchscreens"
	help
	  Say Y here if you have a common touchscreen

config TOUCHSCREEN_5POINT
	bool "GOODIX 5 points touchscreens"
	help
	  Say Y here if you have a touchscreen 5 points

endchoice
