modules: tfm: Remove CRYPTO_GENERATOR_MODULE kconfig

Remove CRYPTO_GENERATOR_MODULE Kconfig which has been removed.
Its features are covered by TFM_CRYPTO_KEY_MODULE and
CRYPTO_KEY_DERIVATION_MODULE.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2021-11-10 16:43:53 +01:00 committed by Christopher Friedt
parent 49c2c37417
commit 81c5fb47a8
2 changed files with 0 additions and 9 deletions

View file

@ -23,7 +23,6 @@ set(TFM_CRYPTO_MODULES
CRYPTO_MAC_MODULE
CRYPTO_HASH_MODULE
CRYPTO_CIPHER_MODULE
CRYPTO_GENERATOR_MODULE
CRYPTO_ASYMMETRIC_MODULE
CRYPTO_KEY_DERIVATION_MODULE
)

View file

@ -54,14 +54,6 @@ config TFM_CRYPTO_CIPHER_MODULE_ENABLED
Unset this option if the functionality provided by 'crypto_cipher.c'
is not used.
config TFM_CRYPTO_GENERATOR_MODULE_ENABLED
bool "Enable GENERATOR crypto module"
default y
help
Enables the GENERATOR crypto module within the crypto partition.
Unset this option if the key generation, generate, raw key and
key derivation features from 'tfm_crypto_secure_api.c' is not used.
config TFM_CRYPTO_ASYMMETRIC_MODULE_ENABLED
bool "Enable ASYMMETRIC crypto module"
default y