Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. #
  2. # Touchscreen driver configuration
  3. #
  4. if TOUCHSCREEN_MTK_FT5X0X_NEW
  5. config FT5X0X_FIRMWARE
  6. string "FT5X0X for Mediatek firmware"
  7. config TPD_ROTATE_90
  8. bool "ft5x0x for Mediatek package"
  9. default n
  10. help
  11. Say Y here if you have ft5x0x touch panel TPD_ROTATE_90.
  12. If unsure, say N.
  13. To compile this dirver as a module, choose M here: the
  14. module will be called.
  15. config TPD_ROTATE_180
  16. bool "ft5x0x for Mediatek package"
  17. default n
  18. help
  19. Say Y here if you have ft5x0x touch panel TPD_ROTATE_180.
  20. If unsure, say N.
  21. To compile this dirver as a module, choose M here: the
  22. module will be called.
  23. config TPD_ROTATE_270
  24. bool "ft5x0x for Mediatek package"
  25. default n
  26. help
  27. Say Y here if you have ft5x0x touch panel TPD_ROTATE_270.
  28. If unsure, say N.
  29. To compile this dirver as a module, choose M here: the
  30. module will be called.
  31. config FT_AUTO_UPGRADE_SUPPORT
  32. bool "ft5x0x for Mediatek package"
  33. default y
  34. help
  35. Say Y here if you have ft5x0x touch panel FT_AUTO_UPGRADE_SUPPORT.
  36. If unsure, say N.
  37. To compile this dirver as a module, choose M here: the
  38. module will be called.
  39. config CUST_FTS_APK_DEBUG
  40. bool "ft5x0x for Mediatek package"
  41. default y
  42. help
  43. Say Y here if you have ft5x0x touch panel CUST_FTS_APK_DEBUG.
  44. If unsure, say N.
  45. To compile this dirver as a module, choose M here: the
  46. module will be called.
  47. config TPD_HAVE_CALIBRATION
  48. bool "ft5x0x for Mediatek package"
  49. default n
  50. help
  51. Say Y here if you have ft5x0x touch panel TPD_HAVE_CALIBRATION.
  52. If unsure, say N.
  53. To compile this dirver as a module, choose M here: the
  54. module will be called.
  55. config TPD_CUSTOM_CALIBRATION
  56. bool "ft5x0x for Mediatek package"
  57. default n
  58. help
  59. Say Y here if you have ft5x0x touch panel TPD_CUSTOM_CALIBRATION.
  60. If unsure, say N.
  61. To compile this dirver as a module, choose M here: the
  62. module will be called.
  63. endif