Skip to content

Commit

Permalink
Bluetooth: Controller: Use cracen entropy driver for 54L devices
Browse files Browse the repository at this point in the history
Use the new entropy driver for 54L devices and therefore
claim BT_CTLR_ENTROPY_SUPPORT is always supported
(note 54H remains unsuported)

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar committed Jan 15, 2025
1 parent f3ae06c commit 9467542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subsys/bluetooth/controller/Kconfig.ll_sw_split
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ config BT_LLL_VENDOR_NORDIC
depends on !$(dt_nodelabel_enabled,timer0)
depends on !$(dt_nodelabel_enabled,rtc0)

select BT_CTLR_ENTROPY_SUPPORT if !SOC_COMPATIBLE_NRF54LX || BOARD_NRF54L15BSIM
select ENTROPY_NRF54LCRACEN_CTR_DRBG if BT_CTLR_ENTROPY && BOARD_NRF54L15BSIM
select BT_CTLR_ENTROPY_SUPPORT
select ENTROPY_NRF54LCRACEN_CTR_DRBG if BT_CTLR_ENTROPY && SOC_COMPATIBLE_NRF54LX
select ENTROPY_NRF5_RNG if BT_CTLR_ENTROPY && !SOC_COMPATIBLE_NRF54LX
select ENTROPY_NRF5_BIAS_CORRECTION if ENTROPY_NRF5_RNG
select EXPERIMENTAL if !ENTROPY_HAS_DRIVER
Expand Down

0 comments on commit 9467542

Please sign in to comment.