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
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]>
0 commit comments