Skip to content

Commit

Permalink
ble: fast_pair: crypto: Allow for nrf_oberon when TF-M is enabled
Browse files Browse the repository at this point in the history
-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]>
  • Loading branch information
frkv authored and rlubos committed Oct 22, 2024
1 parent b288e79 commit 6f5194b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ config BT_FAST_PAIR_CRYPTO_TINYCRYPT

config BT_FAST_PAIR_CRYPTO_OBERON
bool "Fast Pair with Oberon cryptographic backend"
select NRF_OBERON if !BUILD_WITH_TFM
select NORDIC_SECURITY_BACKEND if BUILD_WITH_TFM
select NRF_OBERON
select BT_FAST_PAIR_CRYPTO_AES256_ECB_SUPPORT
select BT_FAST_PAIR_CRYPTO_SECP160R1_SUPPORT
select BT_FAST_PAIR_CRYPTO_SECP256R1_SUPPORT
Expand Down

0 comments on commit 6f5194b

Please sign in to comment.