Skip to content

Commit e998741

Browse files
aescolarMaureenHelm
authored andcommitted
boards nrf54l15bsim: Default to build BT Controller if BT
Just as for the other simulated targets. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 038b7b8 commit e998741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/native/nrf_bsim/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ config SYS_CLOCK_TICKS_PER_SEC
3939
default 32768
4040

4141
config BT_CTLR
42-
default y if BOARD_NRF52_BSIM || BOARD_NRF5340BSIM_NRF5340_CPUNET
42+
default y if BOARD_NRF52_BSIM || BOARD_NRF5340BSIM_NRF5340_CPUNET || BOARD_NRF54L15BSIM_NRF54L15_CPUAPP
4343
depends on BT
4444

4545
config HEAP_MEM_POOL_ADD_SIZE_BOARD

0 commit comments

Comments
 (0)