#
#  Touchscreen driver configuration
#
config  TOUCHSCREEN_GT9XXNEW_TS
       tristate  "gt9xxnew touchscreen driver"
       depends on INPUT && I2C
       default n
       help
         gt9xxnew touchscreen driver

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.
