Skip to content

Commit 601309e

Browse files
authored
tests: crypto: Refactor TEST_WRAPPED_KEYS configuration
Removed conditional check for SOC_SERIES_SIWG917 around TEST_WRAPPED_KEYS configuration. Key updates include: 1. Edited Kconfig condition Signed-off-by: Aasim Shaik <aasim.shaik@silabs.com>
1 parent dce4bb2 commit 601309e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

soc/silabs/silabs_siwx917/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ config MBEDTLS_USER_CONFIG_FILE
2121
default "sl_mbedtls_config_zephyr.h" \
2222
if PSA_CRYPTO_DRIVER_SILABS_SIWX91X
2323

24-
if SOC_SERIES_SIWG917
2524
config TEST_WRAPPED_KEYS
2625
bool "Enable Wrapper keys - specific to SiWG917"
27-
endif
2826

2927
endif
3028
endif

0 commit comments

Comments
 (0)