Skip to content

Commit 8fe234b

Browse files
aescolarrlubos
authored andcommitted
SDC Kconfig: Set multirole properly for simulated targets
Default to the multirole SDC variant also when building for the simulated nrf5340 net core. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent 8760dbf commit 8fe234b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subsys/bluetooth/controller/Kconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ config BT_LL_SOFTDEVICE
3838
select BT_HAS_HCI_VS
3939
select BT_CTLR_DF_SUPPORT if HAS_HW_NRF_RADIO_DFE
4040
select BT_CTLR_LE_POWER_CONTROL_SUPPORT
41-
depends on (SOC_SERIES_BSIM_NRFXX || SOC_SERIES_NRF52X || SOC_NRF5340_CPUNET)
41+
depends on (SOC_COMPATIBLE_NRF52X || SOC_COMPATIBLE_NRF5340_CPUNET)
4242
help
4343
Use SoftDevice Link Layer implementation.
4444

@@ -287,7 +287,7 @@ choice BT_LL_SOFTDEVICE_VARIANT
287287
BT_CTLR_SDC_PAWR_ADV || \
288288
BT_CTLR_SDC_PAWR_SYNC || \
289289
BT_ISO || \
290-
SOC_NRF5340_CPUNET)
290+
SOC_COMPATIBLE_NRF5340_CPUNET)
291291
default BT_LL_SOFTDEVICE_CENTRAL if BT_OBSERVER
292292
default BT_LL_SOFTDEVICE_PERIPHERAL if BT_BROADCASTER
293293
help

0 commit comments

Comments
 (0)