Skip to content

Commit

Permalink
base: optee-os-fio-se05x: drop CFG_PKCS11_TA_TOKEN_COUNT settings
Browse files Browse the repository at this point in the history
Let the default value for CFG_PKCS11_TA_TOKEN_COUNT as having multiple
token slots can be useful for separating the purpose of each slot (e.g.
having one dedicated for rootfs encryption).

The only thing to be aware is that while they are technically separated
slots, the keys are all stored under the same SE05X element.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed Aug 10, 2022
1 parent 69e820b commit 02b7c23
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ EXTRA_OEMAKE:append = " \
CFG_CORE_SE05X_OEFID=${SE05X_OEFID} \
CFG_CRYPTO_DRV_CIPHER=y \
CFG_CRYPTO_DRV_ACIPHER=y \
CFG_PKCS11_TA_TOKEN_COUNT=1 \
CFG_NXP_SE05X_SCP03_DRV=y \
CFG_NXP_SE05X_APDU_DRV=y \
CFG_NXP_SE05X_RSA_DRV=y \
Expand Down

0 comments on commit 02b7c23

Please sign in to comment.