Skip to content

Commit 11a197a

Browse files
valeriosettiVge0rge
authored andcommitted
[nrf fromtree] drivers: bluetooth: hci: do not select MBEDTLS_ENTROPY_C in BT_SILABS_EFR32
The driver only uses psa_generate_random() so ENTROPY_C is not required. Signed-off-by: Valerio Setti <[email protected]> (cherry picked from commit 57e8ab7afb1f8dfab6b7b339f8b49e12300c06c1)
1 parent b7e9188 commit 11a197a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/bluetooth/hci/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ config BT_SILABS_EFR32
160160
select SOC_GECKO_USE_RAIL
161161
select MBEDTLS
162162
select MBEDTLS_PSA_CRYPTO_C
163-
select MBEDTLS_ENTROPY_C
164163
select HAS_BT_CTLR
165164
select BT_CTLR_PHY_UPDATE_SUPPORT
166165
select BT_CTLR_PER_INIT_FEAT_XCHG_SUPPORT

0 commit comments

Comments
 (0)