Skip to content

Commit

Permalink
bt: change dependencies for BT_RPA
Browse files Browse the repository at this point in the history
As part of the deprecation process of TinyCrypt in Zephyr codebase
(zephyrproject-rtos#79566) this commit modified the dependencies of BT_RPA. Instead
of selecting TinyCrypt, it relies on BT_HOST_CRYPTO or
BT_CTLR_CRYPTO. This helps both in the deprecation process of
TinyCrypt, but also this is more correct dependency since these
2 symbols are extensively used in the rpa.c source code.

Signed-off-by: Valerio Setti <[email protected]>
  • Loading branch information
valeriosetti committed Nov 6, 2024
1 parent b0c61a2 commit 3355dd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions subsys/bluetooth/common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,7 @@ config BT_WAIT_NOP

config BT_RPA
bool
select TINYCRYPT
select TINYCRYPT_AES
depends on BT_HOST_CRYPTO || BT_CTLR_CRYPTO

config BT_ASSERT
bool "Custom Bluetooth assert implementation"
Expand Down

0 comments on commit 3355dd2

Please sign in to comment.