Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # SEC Input device configuration
  4. #
  5. config INPUT_SEC_INPUT
  6. tristate "Support for SEC input layer"
  7. help
  8. Say Y here if you want to use sec cmd.
  9. config SEC_DEBUG_TSP_LOG
  10. tristate "Support for tsp_msg"
  11. help
  12. Say Y here if you want to use tsp_msg node.
  13. config INPUT_TOUCHSCREEN_TCLMV2
  14. tristate "touchscreen tclmv2"
  15. help
  16. Say Y here if you want to use tclm.
  17. config INPUT_SEC_SECURE_TOUCH
  18. tristate "input sec secure touch"
  19. depends on INPUT
  20. help
  21. Say Y here if you need to use sec secure touch.
  22. config INPUT_SEC_TRUSTED_TOUCH
  23. tristate "input sec secure touch"
  24. depends on INPUT
  25. help
  26. Say Y here if you need to use sec secure touch.
  27. config TOUCHSCREEN_DUMP_MODE
  28. tristate "touchscreen dump mode"
  29. help
  30. Say Y here if you need to get raw data.
  31. config INPUT_SEC_NOTIFIER
  32. tristate "input sec notifier"
  33. help
  34. Say Y here if you need to use input notifier.
  35. config SEC_INPUT_MULTI_DEVICE
  36. tristate "Multi device for Foldable"
  37. help
  38. Say Y here if you need to use Multi device.
  39. config SEC_INPUT_CMD_TEST
  40. tristate "KUnit test for tsp_common_test"
  41. depends on SEC_KUNIT
  42. help
  43. TODO: Describe config fully.
  44. config SEC_INPUT_RAWDATA
  45. tristate "input rawdata"
  46. help
  47. Say Y hear if you need to use rawdata.