Skip to content

Commit 1a78112

Browse files
tejlmandrlubos
authored andcommitted
entropy: cc310 driver depends on !BT_LLL_VENDOR_NORDIC
The selection of BB_LLL_VENDOR_NORDIC results in inclusion of drivers/entropy/entropy_nrf5.c which then conflicts with the cc310 entropy driver. Although the entropy_nrf5.c driver requires that ENTROPY_NRF_FORCE_ALT is not set, then the forced selection of entropy nrf5 rng by BB_LLL_VENDOR_NORDIC, results in this dependency not working as expected. Thus, BB_LLL_VENDOR_NORDIC, is added as a dependency to ENTROPY_CC310. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 632186e commit 1a78112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/entropy/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ config ENTROPY_CC310
1010
depends on HW_CC310 || (SOC_NRF9160 && SPM)
1111
depends on ENTROPY_GENERATOR
1212
depends on !BT_LL_SW_LEGACY
13+
depends on !BT_LLL_VENDOR_NORDIC
1314
select ENTROPY_HAS_DRIVER
1415
select ENTROPY_NRF_FORCE_ALT
1516
default y

0 commit comments

Comments
 (0)