We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3913864 commit 59aed60Copy full SHA for 59aed60
subsys/mpsl/cx/Kconfig
@@ -71,7 +71,7 @@ config MPSL_CX_THREAD
71
implementation for co-located 2.4 GHz radios.
72
73
config MPSL_CX_BT_1WIRE
74
- depends on SOC_SERIES_NRF52X
+ depends on SOC_COMPATIBLE_NRF52X
75
select NRFX_GPIOTE
76
select GPIO
77
select NRFX_TIMER1
subsys/mpsl/cx/bluetooth/mpsl_cx_1w_bluetooth.c
@@ -35,7 +35,7 @@
35
#error Selected coex node is not compatible with sdc-radio-coex-one-wire.
36
#endif
37
38
-#if !IS_ENABLED(CONFIG_SOC_SERIES_NRF52X)
+#if !IS_ENABLED(CONFIG_SOC_COMPATIBLE_NRF52X)
39
#error Bluetooth coex is only supported on the nRF52 series
40
41
0 commit comments