Skip to content

Commit 43765d0

Browse files
committed
[nrf noup] OSDP: Ensure we can build with entropy from nRF54H20 SDFW
-Disabling some configurations for OSDP (mgmt subsys): -CRYPTO -CRYPTO_MBEDTLS_SHIM -Filter enablement of MBEDTLS_CIPHER_AES_ENABLED on MBEDTLS_BUILTIN -Filter enablement of MBEDTLS_CIPHER_CCM_ENABLED on MBEDTLS_BUILTIN Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent 33d9d79 commit 43765d0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

subsys/mgmt/osdp/Kconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,9 @@ config OSDP_SC_ENABLED
7373
bool "OSDP Secure Channel"
7474
depends on CSPRNG_ENABLED
7575
default y
76-
select CRYPTO
77-
select CRYPTO_MBEDTLS_SHIM
7876
select MBEDTLS
79-
select MBEDTLS_CIPHER_AES_ENABLED
80-
select MBEDTLS_CIPHER_CCM_ENABLED
77+
select MBEDTLS_CIPHER_AES_ENABLED if MBEDTLS_BUILTIN
78+
select MBEDTLS_CIPHER_CCM_ENABLED if MBEDTLS_BUILTIN
8179
help
8280
Secure the OSDP communication channel with encryption and mutual
8381
authentication.

0 commit comments

Comments
 (0)