Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. config SEC_INPUT_BOOSTER
  2. tristate "SEC INPUT BOOSTER"
  3. depends on INPUT_EVDEV
  4. default n
  5. help
  6. Say Y here if you enable input boosting for various input device
  7. such as touch.
  8. Say N here if you disable input boosting.
  9. If unsure, say Y.
  10. config SEC_INPUT_BOOSTER_MODE
  11. bool "SEC INPUT BOOSTER MODE"
  12. depends on SEC_INPUT_BOOSTER
  13. default n
  14. help
  15. Say Y here if you enable input boosting mode for various scenarios
  16. where needed to disable or change input booster.
  17. Say N here if you disable input booster mode
  18. which means DVFS file will be used in this model for handling scenarios.
  19. If unsure, say N.
  20. config SEC_INPUT_BOOSTER_QC
  21. bool "SEC INPUT BOOSTER QC"
  22. depends on SEC_INPUT_BOOSTER
  23. default n
  24. help
  25. Say Y here if you enable input boosting of QC under QC chipset
  26. Say N here if you disable input boosting of QC
  27. If unsure, say N.
  28. config SEC_INPUT_BOOSTER_SLSI
  29. bool "SEC INPUT BOOSTER SLSI"
  30. depends on SEC_INPUT_BOOSTER
  31. default n
  32. help
  33. Say Y here if you enable input boosting of SLSI under SLSI chipset
  34. such as touch.
  35. Say N here if you disable input boosting of SLSI
  36. If unsure, say N.
  37. config SEC_INPUT_BOOSTER_MTK
  38. bool "SEC INPUT BOOSTER MTK"
  39. depends on SEC_INPUT_BOOSTER
  40. default n
  41. help
  42. Say Y here if you enable input boosting of MTK under MTK chipset
  43. such as touch.
  44. Say N here if you disable input boosting of MTK
  45. If unsure, say N.
  46. config SEC_INPUT_BOOSTER_HANDLER
  47. bool "SEC INPUT BOOSTER HANDLER"
  48. depends on SEC_INPUT_BOOSTER
  49. default n
  50. help
  51. Say Y here if you enable input_handler
  52. Say N here if you use legacy evdev.c event
  53. If unsure, say N.