#
#  Touchscreen driver configuration
#
config  TOUCHSCREEN_GT9XXNEW_TS
       tristate  "gt9xxnew touchscreen driver"
       depends on INPUT && I2C
       default n
       help
         gt9xxnew touchscreen driver.
         The current driver version is very old and is no longer used.
         If you need to use gt9xx, please use the driver in the gt9xx folder.


config TOUCHSCREEN_GT9XXNEW_UPDATE
    tristate "Goodix GT9xxnew touch controller auto update support"
    depends on TOUCHSCREEN_GT9XXNEW_TS
    default n
    help
      Enable this for support firmware update.

      Say Y here if you want update touch controller firmware.

      If unsure, say N.

config TOUCHSCREEN_GT9XXNEW_TOOL
    tristate "Goodix GT9xxnew Tools for debuging"
    depends on TOUCHSCREEN_GT9XXNEW_TS
    default n
    help
      This implement interface support for Goodix GT9xx
      touchscreen debug.

      Say Y here if you want to have a Android app debug interface
      to your system.

      If unsure, say N.
