You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments