xref: /optee_os/ta/pkcs11/sub.mk (revision 2a65ecaf7d6f855e24ce1a117fe1931f7378f82c)
1# Enable PKCS#11 TA's C_DigestKey support
2CFG_PKCS11_TA_ALLOW_DIGEST_KEY ?= y
3
4# Enable PKCS#11 TA's TEE Identity based authentication support
5CFG_PKCS11_TA_AUTH_TEE_IDENTITY ?= y
6
7# PKCS#11 TA heap size can be customized if 32kB is not enough
8CFG_PKCS11_TA_HEAP_SIZE ?= (32 * 1024)
9
10# Defines the number of PKCS11 token implemented by the PKCS11 TA
11CFG_PKCS11_TA_TOKEN_COUNT ?= 3
12
13# When enabled, embed support for object checksum value computation
14CFG_PKCS11_TA_CHECK_VALUE_ATTRIBUTE ?= y
15
16global-incdirs-y += include
17global-incdirs-y += src
18subdirs-y += src
19