Skip to content

Commit

Permalink
Revert "[FIO toup] drivers: se050: disable SM2_* when enabled"
Browse files Browse the repository at this point in the history
This reverts commit 33d9bf3.
  • Loading branch information
ldts committed Jan 19, 2024
1 parent 70ef5c3 commit 6120b1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/drivers/crypto/se050/crypto.mk
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ endif
# - ECC
ifeq ($(CFG_NXP_SE05X_ECC_DRV),y)
$(call force,CFG_CRYPTO_DRV_ECC,y)
# Disable SM2 as it is not supported by the driver
$(call force,CFG_CRYPTO_SM2_PKE,n)
$(call force,CFG_CRYPTO_SM2_KEP,n)
$(call force,CFG_CRYPTO_SM2_DSA,n)
endif

# Symmetric ciphers
Expand Down

0 comments on commit 6120b1a

Please sign in to comment.