nrf54l15dk: Failing to build with CONFIG_ENTROPY_GENERATOR #81001
Labels
area: Bluetooth Controller
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
platform: nRF
Nordic nRFx
priority: low
Low impact/importance bug
Describe the bug
Building for nrf54l15dk fails when enabling Bluetooth and entropy drivers at the same time.
To Reproduce
west build --pristine --board nrf54l15dk/nrf54l15/cpuapp zephyr/samples/hello_world/ -- -DCONFIG_BT=y -DCONFIG_ENTROPY_GENERATOR=y
Expected behavior
Build should work. As it does e.g. for the
nrf52840dk
:west build --pristine --board nrf52840dk/nrf52840 zephyr/samples/hello_world/ -- -DCONFIG_BT=y -DCONFIG_ENTROPY_GENERATOR=y
Impact
Need to chose between
BT
andENTROPY_GENERATOR
.Logs and console output
Environment (please complete the following information):
Additional context
zephyr/subsys/bluetooth/controller/ll_sw/nordic/lll/lll.c
Line 65 in d4b7bf9
zephyr/subsys/bluetooth/controller/ll_sw/nordic/lll/lll.c
Line 62 in d4b7bf9
The text was updated successfully, but these errors were encountered: