From 81c5fb47a8ae59b6ed7e7aa1aaed1dfe4817bd68 Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Wed, 10 Nov 2021 16:43:53 +0100 Subject: [PATCH] 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 --- modules/trusted-firmware-m/CMakeLists.txt | 1 - modules/trusted-firmware-m/Kconfig.tfm.crypto_modules | 8 -------- 2 files changed, 9 deletions(-) diff --git a/modules/trusted-firmware-m/CMakeLists.txt b/modules/trusted-firmware-m/CMakeLists.txt index a271c10af7..6e875ec538 100644 --- a/modules/trusted-firmware-m/CMakeLists.txt +++ b/modules/trusted-firmware-m/CMakeLists.txt @@ -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 ) diff --git a/modules/trusted-firmware-m/Kconfig.tfm.crypto_modules b/modules/trusted-firmware-m/Kconfig.tfm.crypto_modules index 37aca7b5c2..4c5efb381d 100644 --- a/modules/trusted-firmware-m/Kconfig.tfm.crypto_modules +++ b/modules/trusted-firmware-m/Kconfig.tfm.crypto_modules @@ -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