Skip to content

Commit 8860d2f

Browse files
committed
openthread: Align Kconfigs with Zephyr changes
Replace `NET_L2_OPENTHREAD` with `OPENTHREAD` as OpenThread Kconfigs were moved from L2 to OpenThread module. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent 61ea240 commit 8860d2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add_subdirectory_ifdef(CONFIG_NRF_MODEM nrf_modem)
1515
add_subdirectory_ifdef(CONFIG_NRFXLIB_CRYPTO crypto)
1616
add_subdirectory_ifdef(CONFIG_BT softdevice_controller)
1717
add_subdirectory_ifdef(CONFIG_MPSL mpsl)
18-
add_subdirectory_ifdef(CONFIG_NET_L2_OPENTHREAD openthread)
18+
add_subdirectory_ifdef(CONFIG_OPENTHREAD openthread)
1919
add_subdirectory_ifdef(CONFIG_NRF_RPC nrf_rpc)
2020
add_subdirectory_ifdef(CONFIG_GZLL gzll)
2121
add_subdirectory_ifdef(CONFIG_NRF_DM nrf_dm)

openthread/Kconfig

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

7-
if NET_L2_OPENTHREAD
7+
if OPENTHREAD
88

99
menu "OpenThread"
1010

0 commit comments

Comments
 (0)