Skip to content

Commit 59aed60

Browse files
ilhanatesrlubos
authored andcommitted
mpsl: Use soc compatible definition to include bsim
To support Coex 1W with nrf52_bsim, SOC_COMPATIBLE_NRF52X is used instead of SOC_SERIES_NRF52X. Signed-off-by: Ilhan Ates <[email protected]>
1 parent 3913864 commit 59aed60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

subsys/mpsl/cx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ config MPSL_CX_THREAD
7171
implementation for co-located 2.4 GHz radios.
7272

7373
config MPSL_CX_BT_1WIRE
74-
depends on SOC_SERIES_NRF52X
74+
depends on SOC_COMPATIBLE_NRF52X
7575
select NRFX_GPIOTE
7676
select GPIO
7777
select NRFX_TIMER1

subsys/mpsl/cx/bluetooth/mpsl_cx_1w_bluetooth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#error Selected coex node is not compatible with sdc-radio-coex-one-wire.
3636
#endif
3737

38-
#if !IS_ENABLED(CONFIG_SOC_SERIES_NRF52X)
38+
#if !IS_ENABLED(CONFIG_SOC_COMPATIBLE_NRF52X)
3939
#error Bluetooth coex is only supported on the nRF52 series
4040
#endif
4141

0 commit comments

Comments
 (0)