Skip to content

Commit 967c058

Browse files
tejlmandrlubos
authored andcommitted
drivers: entropy: add dependency of BT_LL_SW_LEGACY not set
The Kconfig in zephyr/subsys/bluetooth/controller/Kconfig selects ENTROPY_NRF5_RNG when building for an nRF SoC. This collides with the alternative cc310 entropy driver causing conflicts. Therefore the cc310 entropy driver will be dependent on BT_LL_SW_LEGACY not being set. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 031762c commit 967c058

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
@@ -9,6 +9,7 @@ config ENTROPY_CC310
99
bool "Arm CC310 RNG driver for Nordic devices"
1010
depends on HW_CC310 || (SOC_NRF9160 && SPM)
1111
depends on ENTROPY_GENERATOR
12+
depends on !BT_LL_SW_LEGACY
1213
select ENTROPY_HAS_DRIVER
1314
select ENTROPY_NRF_FORCE_ALT
1415
default y

0 commit comments

Comments
 (0)