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 c1ca8dc commit c1767e9Copy full SHA for c1767e9
subsys/mpsl/cx/Kconfig
@@ -4,7 +4,7 @@
4
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
#
6
7
-DT_COMPAT_CX_NRF700X := nordic,nrf700x-coex
+DT_COMPAT_CX_NRF70 := nordic,nrf7002-coex
8
DT_COMPAT_CX_SOFTWARE := nordic,software-coex
9
10
config MPSL_CX_ANY_SUPPORT
@@ -15,7 +15,7 @@ config MPSL_CX_ANY_SUPPORT
15
16
config MPSL_CX_NRF70_SUPPORT
17
bool
18
- default $(dt_nodelabel_has_compat,nrf_radio_coex,$(DT_COMPAT_CX_NRF700X))
+ default $(dt_nodelabel_has_compat,nrf_radio_coex,$(DT_COMPAT_CX_NRF70))
19
help
20
Indicates that the device tree contains a nrf_radio_coex node compatible with "nordic,nrf700x-coex".
21
0 commit comments