Kconfig 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. #
  2. # Touchscreen driver configuration
  3. #
  4. if TOUCHSCREEN_MTK_GT1151
  5. config GT1151_FIRMWARE
  6. string "GT1151 for Mediatek firmware"
  7. config GT1151_CONFIG
  8. string "GT1151 for Mediatek config"
  9. config GTP_DRIVER_SEND_CFG
  10. bool "GT1151 for Mediatek package"
  11. default n
  12. help
  13. Say Y here if you have GT1151 touch panel GTP_DRIVER_SEND_CFG.
  14. If unsure, say N.
  15. To compile this dirver as a module, choose M here: the
  16. module will be called.
  17. config GTP_CUSTOM_CFG
  18. bool "GT1151 for Mediatek package"
  19. default n
  20. help
  21. Say Y here if you have GT1151 touch panel GTP_CUSTOM_CFG.
  22. If unsure, say N.
  23. To compile this dirver as a module, choose M here: the
  24. module will be called.
  25. config GTP_CHANGE_X2Y
  26. bool "GT1151 for Mediatek package"
  27. default n
  28. help
  29. Say Y here if you have GT1151 touch panel GTP_CHANGE_X2Y.
  30. If unsure, say N.
  31. To compile this dirver as a module, choose M here: the
  32. module will be called.
  33. config GTP_WARP_X_ON
  34. bool "GT1151 for Mediatek package"
  35. default n
  36. help
  37. Say Y here if you have GT1151 touch panel GTP_WARP_X_ON.
  38. If unsure, say N.
  39. To compile this dirver as a module, choose M here: the
  40. module will be called.
  41. config GTP_WARP_Y_ON
  42. bool "GT1151 for Mediatek package"
  43. default n
  44. help
  45. Say Y here if you have GT1151 touch panel GTP_WARP_Y_ON.
  46. If unsure, say N.
  47. To compile this dirver as a module, choose M here: the
  48. module will be called.
  49. config GTP_GESTURE_WAKEUP
  50. bool "GT1151 for Mediatek package"
  51. default n
  52. help
  53. Say Y here if you have GT1151 touch panel GTP_GESTURE_WAKEUP.
  54. If unsure, say N.
  55. To compile this dirver as a module, choose M here: the
  56. module will be called.
  57. config GTP_HOTKNOT
  58. bool "GT1151 for Mediatek package"
  59. default n
  60. help
  61. Say Y here if you have GT1151 touch panel GTP_HOTKNOT.
  62. If unsure, say N.
  63. To compile this dirver as a module, choose M here: the
  64. module will be called.
  65. config HOTKNOT_TYPE
  66. bool "GT1151 for Mediatek package"
  67. default n
  68. help
  69. Say Y here if you have GT1151 touch panel HOTKNOT_TYPE.
  70. If unsure, say N.
  71. To compile this dirver as a module, choose M here: the
  72. module will be called.
  73. config HOTKNOT_BLOCK_RW
  74. bool "GT1151 for Mediatek package"
  75. default n
  76. help
  77. Say Y here if you have GT1151 touch panel HOTKNOT_BLOCK_RW.
  78. If unsure, say N.
  79. To compile this dirver as a module, choose M here: the
  80. module will be called.
  81. config GTP_PROXIMITY
  82. bool "GT1151 for Mediatek package"
  83. default n
  84. help
  85. Say Y here if you have GT1151 touch panel GTP_PROXIMITY.
  86. If unsure, say N.
  87. To compile this dirver as a module, choose M here: the
  88. module will be called.
  89. config GTP_WITH_STYLUS
  90. bool "GT1151 for Mediatek package"
  91. default n
  92. help
  93. Say Y here if you have GT1151 touch panel GTP_WITH_STYLUS.
  94. If unsure, say N.
  95. To compile this dirver as a module, choose M here: the
  96. module will be called.
  97. config GTP_HAVE_STYLUS_KEY
  98. bool "GT1151 for Mediatek package"
  99. default n
  100. help
  101. Say Y here if you have GT1151 touch panel GTP_HAVE_STYLUS_KEY.
  102. If unsure, say N.
  103. To compile this dirver as a module, choose M here: the
  104. module will be called.
  105. config GTP_AUTO_UPDATE
  106. bool "GT1151 for Mediatek package"
  107. default n
  108. help
  109. Say Y here if you have GT1151 touch panel GTP_AUTO_UPDATE.
  110. If unsure, say N.
  111. To compile this dirver as a module, choose M here: the
  112. module will be called.
  113. config GTP_HEADER_FW_UPDATE
  114. bool "GT1151 for Mediatek package"
  115. default n
  116. help
  117. Say Y here if you have GT1151 touch panel GTP_HEADER_FW_UPDATE.
  118. If unsure, say N.
  119. To compile this dirver as a module, choose M here: the
  120. module will be called.
  121. config GTP_CREATE_WR_NODE
  122. bool "GT1151 for Mediatek package"
  123. default n
  124. help
  125. Say Y here if you have GT1151 touch panel GTP_CREATE_WR_NODE.
  126. If unsure, say N.
  127. To compile this dirver as a module, choose M here: the
  128. module will be called.
  129. config GTP_ESD_PROTECT
  130. bool "GT1151 for Mediatek package"
  131. default n
  132. help
  133. Say Y here if you have GT1151 touch panel GTP_ESD_PROTECT.
  134. If unsure, say N.
  135. To compile this dirver as a module, choose M here: the
  136. module will be called.
  137. config GTP_CHARGER_SWITCH
  138. bool "GT1151 for Mediatek package"
  139. default n
  140. help
  141. Say Y here if you have GT1151 touch panel GTP_CHARGER_SWITCH.
  142. If unsure, say N.
  143. To compile this dirver as a module, choose M here: the
  144. module will be called.
  145. config GTP_DEBUG_ARRAY_ON
  146. bool "GT1151 for Mediatek package"
  147. default n
  148. help
  149. Say Y here if you have GT1151 touch panel GTP_DEBUG_ARRAY_ON.
  150. If unsure, say N.
  151. To compile this dirver as a module, choose M here: the
  152. module will be called.
  153. config GTP_DEBUG_FUNC_ON
  154. bool "GT1151 for Mediatek package"
  155. default n
  156. help
  157. Say Y here if you have GT1151 touch panel GTP_DEBUG_FUNC_ON.
  158. If unsure, say N.
  159. To compile this dirver as a module, choose M here: the
  160. module will be called.
  161. config GTP_POWER_CTRL_SLEEP
  162. bool "GT1151 for Mediatek package"
  163. default n
  164. help
  165. Say Y here if you have GT1151 touch panel GTP_POWER_CTRL_SLEEP.
  166. If unsure, say N.
  167. To compile this dirver as a module, choose M here: the
  168. module will be called.
  169. endif