@@ -70,7 +70,7 @@ config HEAP_MEM_POOL_IGNORE_MIN
7070
7171config CHIP_MALLOC_SYS_HEAP_SIZE
7272 default 10240 if SOC_SERIES_NRF54LX # nRF54L requires more memory due to crypto backend
73- default 8192 if NET_L2_OPENTHREAD
73+ default 8192 if OPENTHREAD
7474
7575config MPSL_WORK_STACK_SIZE
7676 default 2048 if SOC_SERIES_NRF54LX # nRF54L requires more memory due to crypto backend
@@ -104,6 +104,8 @@ endif # MPSL
104104# Zephyr networking configuration
105105# ==============================================================================
106106
107+ if CONFIG_NETWORKING
108+
107109config NET_IPV6_MLD
108110 default y
109111
@@ -135,6 +137,8 @@ config NET_BUF_TX_COUNT
135137config NET_SOCKETS_POLL_MAX
136138 default 6 if CHIP_WIFI
137139
140+ endif # NETWORKING
141+
138142# ==============================================================================
139143# Bluetooth Low Energy configuration
140144# ==============================================================================
@@ -260,7 +264,7 @@ config NRF_WIFI_FW_PATCH_DFU
260264 default y if NRF_WIFI_PATCHES_EXT_FLASH_STORE
261265
262266# ==============================================================================
263- # OpenThread configuration
267+ # OpenThread L2 configuration
264268# ==============================================================================
265269
266270config NET_L2_OPENTHREAD
@@ -272,6 +276,17 @@ if NET_L2_OPENTHREAD
272276config IEEE802154_NRF5_RX_STACK_SIZE
273277 default 1024
274278
279+ endif # NET_L2_OPENTHREAD
280+
281+ # ==============================================================================
282+ # OpenThread configuration
283+ # ==============================================================================
284+
285+ config OPENTHREAD
286+ default y if !WIFI_NRF70
287+
288+ if OPENTHREAD
289+
275290config OPENTHREAD_THREAD_STACK_SIZE
276291 default 6144 if (PSA_CRYPTO_DRIVER_CC3XX && PSA_CRYPTO_DRIVER_OBERON) || PSA_CRYPTO_DRIVER_CRACEN
277292 default 4096
@@ -281,7 +296,7 @@ config OPENTHREAD_DEFAULT_TX_POWER
281296 default 3 if SOC_SERIES_NRF53X
282297 default 8 if SOC_SERIES_NRF52X || SOC_SERIES_NRF54LX
283298
284- endif # NET_L2_OPENTHREAD
299+ endif # OPENTHREAD
285300
286301# ==============================================================================
287302# Wi-Fi configuration
0 commit comments