From 9467542e91048fdf99b0302f9b144b67e98ef6bd Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Wed, 15 Jan 2025 10:17:54 +0100 Subject: [PATCH] Bluetooth: Controller: Use cracen entropy driver for 54L devices 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 --- subsys/bluetooth/controller/Kconfig.ll_sw_split | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subsys/bluetooth/controller/Kconfig.ll_sw_split b/subsys/bluetooth/controller/Kconfig.ll_sw_split index 6cb63868349bc40..d2b8c7401148653 100644 --- a/subsys/bluetooth/controller/Kconfig.ll_sw_split +++ b/subsys/bluetooth/controller/Kconfig.ll_sw_split @@ -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