kconfigs/qemu.conf: enable fTPM

Add CONFIG_TCG_TPM=y and CONFIG_TCG_FTPM_TEE=y to enable fTPM support in
the kernel.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
1 file changed
tree: e883415b2de49e64fbf84252d3ec4843a2dc4ffe
  1. .github/
  2. br-ext/
  3. clang/
  4. fvp/
  5. imx/
  6. kconfigs/
  7. qemu_v8/
  8. rpi3/
  9. stm32mp/
  10. ti/
  11. versal/
  12. versal2/
  13. zynqmp/
  14. .gitignore
  15. am43xx.mk
  16. am57xx.mk
  17. common.mk
  18. dra7xx.mk
  19. fvp-psa-sp.mk
  20. fvp.mk
  21. get_clang.sh
  22. hikey.mk
  23. hikey960.mk
  24. imx.mk
  25. imx8mp-evk.inc.mk
  26. imx8mp-verdin.inc.mk
  27. juno.mk
  28. poplar.mk
  29. qemu-check.exp
  30. qemu.mk
  31. qemu_v8.mk
  32. README.md
  33. rockpi4.mk
  34. rpi3.mk
  35. rust.exp
  36. soc_term.py
  37. stm32mp1.mk
  38. synquacer.mk
  39. toolchain.mk
  40. trusted-keys.exp
  41. trusted-services.mk
  42. versal.mk
  43. versal2.mk
  44. zynqmp.mk
README.md

OP-TEE build.git

This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.

// OP-TEE core maintainers