File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ kconfig_to_ot_option(CONFIG_OPENTHREAD_UDP_FORWARD OT_UDP_FORWARD "Enable UDP fo
129129kconfig_to_ot_option(CONFIG_OPENTHREAD_UPTIME OT_UPTIME "Enable support for tracking OpenThread instance's uptime" )
130130kconfig_to_ot_option(CONFIG_OPENTHREAD_VERHOEFF_CHECKSUM OT_VERHOEFF_CHECKSUM "Verhoeff checksum" )
131131kconfig_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
133134if (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)
Original file line number Diff line number Diff 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+
135139config OPENTHREAD_DHCP6_CLIENT
136140 bool "DHCPv6 client support"
137141
You can’t perform that action at this time.
0 commit comments