Skip to content

Commit

Permalink
54l: ns: Copy BT_CTRL configuration from secure board
Browse files Browse the repository at this point in the history
The non-secure board has copied DT and Kconfig sources from the secure
board and must be regularly updated.

This patch fixes an issue with BT.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
  • Loading branch information
SebastianBoe authored and rlubos committed Apr 25, 2024
1 parent 29aa21f commit ed51e17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions boards/arm/nrf54l15pdk_nrf54l15/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

if BOARD_NRF54L15PDK_NRF54L15_CPUAPP_NS

# This BT configuration was copied from the secure board's
# Kconfig.defconfig
config BT_CTLR
default BT

config BOARD
default "nrf54l15pdk_nrf54l15_cpuapp"

Expand Down

0 comments on commit ed51e17

Please sign in to comment.