Skip to content

Commit cda6998

Browse files
Damian-Nordicankuns
andcommitted
net: openthread: add wake-up end device support
Add Kconfig option to enable the Wake-up End Device role. Signed-off-by: Eduardo Montoya <[email protected]> Signed-off-by: Damian Krolik <[email protected]> Co-authored-by: Andrzej Kuroś <[email protected]>
1 parent fb2c42d commit cda6998

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

modules/openthread/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ kconfig_to_ot_option(CONFIG_OPENTHREAD_UDP_FORWARD OT_UDP_FORWARD "Enable UDP fo
129129
kconfig_to_ot_option(CONFIG_OPENTHREAD_UPTIME OT_UPTIME "Enable support for tracking OpenThread instance's uptime")
130130
kconfig_to_ot_option(CONFIG_OPENTHREAD_VERHOEFF_CHECKSUM OT_VERHOEFF_CHECKSUM "Verhoeff checksum")
131131
kconfig_to_ot_option(CONFIG_OPENTHREAD_WAKEUP_COORDINATOR OT_WAKEUP_COORDINATOR "Enable Wake-up Coordinator role")
132+
kconfig_to_ot_option(CONFIG_OPENTHREAD_WAKEUP_END_DEVICE OT_WAKEUP_END_DEVICE "Enable Wake-up End Device role")
132133

133134
if(CONFIG_OPENTHREAD_COPROCESSOR_VENDOR_HOOK_SOURCE)
134135
set(OT_NCP_VENDOR_HOOK_SOURCE ${CONFIG_OPENTHREAD_COPROCESSOR_VENDOR_HOOK_SOURCE} CACHE STRING "NCP vendor hook source file name" FORCE)

modules/openthread/Kconfig.features

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ config OPENTHREAD_WAKEUP_COORDINATOR
132132
bool "Wake-up Coordinator support"
133133
select OPENTHREAD_CSL_RECEIVER
134134

135+
config OPENTHREAD_WAKEUP_END_DEVICE
136+
bool "Wake-up End Device support"
137+
imply OPENTHREAD_CSL_RECEIVER
138+
135139
config OPENTHREAD_DHCP6_CLIENT
136140
bool "DHCPv6 client support"
137141

0 commit comments

Comments
 (0)