Kconfig 389 B

123456789101112131415
  1. # OP-TEE Trusted Execution Environment Configuration
  2. config OPTEE
  3. tristate "OP-TEE"
  4. depends on HAVE_ARM_SMCCC
  5. help
  6. This implements the OP-TEE Trusted Execution Environment (TEE)
  7. driver.
  8. config OPTEE_SHM_NUM_PRIV_PAGES
  9. int "Private Shared Memory Pages"
  10. default 1
  11. depends on OPTEE
  12. help
  13. This sets the number of private shared memory pages to be
  14. used by OP-TEE TEE driver.