Skip to content

Commit 39326e6

Browse files
tomi-fontrlubos
authored andcommitted
nrf_security: remove references to defunct Kconfig options
To fix compliance. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 9f919fe commit 39326e6

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

subsys/nrf_security/tfm/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ set(CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG True)
8484
set(CONFIG_MBEDTLS_PSA_CRYPTO_C True)
8585

8686
if ("${PROJECT_NAME}" STREQUAL "Bootloader")
87-
set(CONFIG_CC3XX_MBEDTLS_RSA_C True)
8887
set(CONFIG_MBEDTLS_RSA_C True)
8988
set(CONFIG_MBEDTLS_PKCS1_V21 True)
9089
set(CONFIG_MBEDTLS_PSA_CRYPTO_SPM False)

tests/crypto/src/common_test.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ extern char drbg_ctx;
6565
#include <zephyr/drivers/entropy.h>
6666
#endif
6767

68-
#if defined CONFIG_TV_ASSERT_USER_OVERRIDE
69-
#include <tv_assert_user_override.h>
70-
#endif
71-
7268
/**@brief Test vector expected result.
7369
* Used to verify invalid behavior test cases.
7470
*/

0 commit comments

Comments
 (0)