Skip to content

Commit 6f5194b

Browse files
frkvrlubos
authored andcommitted
ble: fast_pair: crypto: Allow for nrf_oberon when TF-M is enabled
-This commit allows direct calls to nrf_oberon (ocrypto_ prefixed APIs) without simultaneously requiring NORDIC_SECURITY_BACKEND being set. -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 b288e79 commit 6f5194b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

subsys/bluetooth/services/fast_pair/fp_crypto/Kconfig.fp_crypto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ config BT_FAST_PAIR_CRYPTO_TINYCRYPT
3030

3131
config BT_FAST_PAIR_CRYPTO_OBERON
3232
bool "Fast Pair with Oberon cryptographic backend"
33-
select NRF_OBERON if !BUILD_WITH_TFM
34-
select NORDIC_SECURITY_BACKEND if BUILD_WITH_TFM
33+
select NRF_OBERON
3534
select BT_FAST_PAIR_CRYPTO_AES256_ECB_SUPPORT
3635
select BT_FAST_PAIR_CRYPTO_SECP160R1_SUPPORT
3736
select BT_FAST_PAIR_CRYPTO_SECP256R1_SUPPORT

0 commit comments

Comments
 (0)