Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #
  2. # TRUSTONIC TEE configuration
  3. #
  4. config TRUSTONIC_TEE_SUPPORT
  5. bool "Enable Trustonic TEE Support"
  6. default n
  7. ---help---
  8. Enable Trustonic TEE Support
  9. config TRUSTONIC_TEE_VERSION
  10. string "TRUSTONIC TEE Version"
  11. depends on TRUSTONIC_TEE_SUPPORT
  12. default "302c" if (ARCH_MT6735 || ARCH_MT6735M || ARCH_MT6753 || ARCH_MT6580)
  13. config MT_TRUSTONIC_TEE_DEBUGFS
  14. bool "Enable Trustonic TEE debugfs"
  15. default n
  16. ---help---
  17. Enable Trustonic TEE debugfs
  18. #
  19. # MobiCore configuration
  20. #
  21. config MOBICORE_DRIVER
  22. tristate "MobiCore Driver"
  23. depends on TRUSTONIC_TEE_SUPPORT
  24. default n
  25. ---help---
  26. Enable Linux Kernel MobiCore Support
  27. config MOBICORE_DEBUG
  28. bool "MobiCore Module debug mode"
  29. depends on MOBICORE_DRIVER
  30. default n
  31. ---help---
  32. Enable Debug mode in the MobiCore Driver.
  33. It enables printing information about mobicore operations
  34. config MOBICORE_VERBOSE
  35. bool "MobiCore Module verbose debug mode"
  36. depends on MOBICORE_DEBUG
  37. default n
  38. ---help---
  39. Enable Verbose Debug mode in the MobiCore Driver.
  40. It enables printing extra information about mobicore operations
  41. Beware: this is only useful for debuging deep in the driver because
  42. it prints too much logs
  43. config MOBICORE_API
  44. tristate "Linux MobiCore API"
  45. depends on MOBICORE_DRIVER
  46. default n
  47. ---help---
  48. Enable Linux Kernel MobiCore API
  49. config TRUSTONIC_TRUSTED_UI
  50. tristate "<t-base TUI"
  51. depends on TRUSTONIC_TEE_SUPPORT
  52. default n
  53. ---help---
  54. Enable <t-base Trusted User Interface
  55. config TRUSTONIC_TRUSTED_UI_FB_BLANK
  56. bool "<t-base TUI with fb_blank"
  57. depends on TRUSTONIC_TRUSTED_UI
  58. default n
  59. ---help---
  60. Blank the framebuffer before starting a TUI session