Skip to content

Commit 32a4c9c

Browse files
mstasiaknordickartben
authored andcommitted
bluetooth: controller: remove select of ENTROPY_NRF_CRACEN_CTR_DRBG
ENTROPY_NRF_CRACEN_CTR_DRBG symbol is based on devicetree node with compatible nordic,nrf-cracen-ctrdrbg. It does not have to be selected explicitly. Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
1 parent c3ca1ae commit 32a4c9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/bluetooth/controller/Kconfig.ll_sw_split

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ config BT_LLL_VENDOR_NORDIC
1212
depends on !$(dt_nodelabel_enabled,rtc0)
1313

1414
select BT_CTLR_ENTROPY_SUPPORT
15-
select ENTROPY_NRF_CRACEN_CTR_DRBG if BT_CTLR_ENTROPY && SOC_COMPATIBLE_NRF54LX
1615
select ENTROPY_NRF5_RNG if BT_CTLR_ENTROPY && !SOC_COMPATIBLE_NRF54LX
1716
select ENTROPY_NRF5_BIAS_CORRECTION if ENTROPY_NRF5_RNG
1817
select EXPERIMENTAL if !ENTROPY_HAS_DRIVER

0 commit comments

Comments
 (0)