Skip to content

Commit c1767e9

Browse files
krish2718rlubos
authored andcommitted
mpsl: cx: Fix nRF70 SR co-existence
Handle the rename when nRF70 moved upstream Zephyr. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent c1ca8dc commit c1767e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subsys/mpsl/cx/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
DT_COMPAT_CX_NRF700X := nordic,nrf700x-coex
7+
DT_COMPAT_CX_NRF70 := nordic,nrf7002-coex
88
DT_COMPAT_CX_SOFTWARE := nordic,software-coex
99

1010
config MPSL_CX_ANY_SUPPORT
@@ -15,7 +15,7 @@ config MPSL_CX_ANY_SUPPORT
1515

1616
config MPSL_CX_NRF70_SUPPORT
1717
bool
18-
default $(dt_nodelabel_has_compat,nrf_radio_coex,$(DT_COMPAT_CX_NRF700X))
18+
default $(dt_nodelabel_has_compat,nrf_radio_coex,$(DT_COMPAT_CX_NRF70))
1919
help
2020
Indicates that the device tree contains a nrf_radio_coex node compatible with "nordic,nrf700x-coex".
2121

0 commit comments

Comments
 (0)