Kconfig 629 B

1234567891011121314151617181920212223242526
  1. config MICROTRUST_TEE_SUPPORT
  2. bool "Enable Microtrust TEEI Support"
  3. default n
  4. ---help---
  5. Enable Microtrust TEEI Support
  6. config MICROTRUST_TZ_DRIVER
  7. tristate "Microtrust TEEI Driver"
  8. depends on MICROTRUST_TEE_SUPPORT
  9. default y
  10. ---help---
  11. Enable TEEI Linux Kernel Tz Driver
  12. config MICROTRUST_VFS_DRIVER
  13. tristate "Microtrust Virtual File System Driver"
  14. depends on MICROTRUST_TEE_SUPPORT
  15. default y
  16. ---help---
  17. Enable TEEI Virtual File System Driver
  18. config MICROTRUST_FP_DRIVER
  19. tristate "Microtrust Fingerprint Driver"
  20. depends on MICROTRUST_TEE_SUPPORT
  21. default y
  22. ---help---
  23. Enable TEEI Fingerprint Driver