Skip to content

Commit b288e79

Browse files
frkvrlubos
authored andcommitted
ble: crypto: Remove NORDIC_SECURITY_BACKEND for ECDH with nrf_oberon
-This commit removes selection of legacy crypto just to get acces to nrf_oberon (and ocrypto_ prefixed APIs) -This commit enables NRF_OBERON regardless if TF-M is enabled or not ref: NCSDK-29217 Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent c484aac commit b288e79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,7 @@ choice BT_CTLR_ECDH_LIB
360360
prompt "SoftDevice Controller ECDH library"
361361

362362
config BT_CTLR_ECDH_LIB_OBERON
363-
select NRF_OBERON if !BUILD_WITH_TFM
364-
select NORDIC_SECURITY_BACKEND if BUILD_WITH_TFM
363+
select NRF_OBERON
365364
depends on !SOC_SERIES_BSIM_NRFXX
366365
bool "nRF Oberon (SW)"
367366

0 commit comments

Comments
 (0)