Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit cfeeeb3

Browse files
committed
Always enable thread routing when thread is enabled
Change-Id: Ie2e76cbc48e4434710fb02f8caf8785bb56fdce8
1 parent f007835 commit cfeeeb3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

build/esp32/components/openweave/Kconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -669,11 +669,6 @@ menu "OpenWeave Device Layer"
669669
config WEAVE_DEVICE_CONFIG_ENABLE_THREAD
670670
bool "Enable Thread support (with external RCP)"
671671
default n
672-
673-
config WARM_CONFIG_SUPPORT_THREAD_ROUTING
674-
bool "Enable Thread routing"
675-
default n
676-
depends on WEAVE_DEVICE_CONFIG_ENABLE_THREAD
677672

678673
endmenu
679674

src/adaptations/device-layer/include/Weave/DeviceLayer/ESP32/WarmPlatformConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// ==================== Platform Adaptations ====================
3030

3131
#define WARM_CONFIG_SUPPORT_THREAD CONFIG_WEAVE_DEVICE_CONFIG_ENABLE_THREAD
32-
#define WARM_CONFIG_SUPPORT_THREAD_ROUTING CONFIG_WARM_CONFIG_SUPPORT_THREAD_ROUTING
32+
#define WARM_CONFIG_SUPPORT_THREAD_ROUTING CONFIG_WEAVE_DEVICE_CONFIG_ENABLE_THREAD
3333
#define WARM_CONFIG_SUPPORT_LEGACY6LOWPAN_NETWORK 0
3434
#define WARM_CONFIG_SUPPORT_WIFI 1
3535
#define WARM_CONFIG_SUPPORT_CELLULAR 0

0 commit comments

Comments
 (0)