#
# Kconfig for MELFAS MIP4 Touchscreen Driver
#

if INPUT_TOUCHSCREEN

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

          If unsure, say N.

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

endif

