@@ -50,13 +50,16 @@ kconfig_to_ot_option(CONFIG_OPENTHREAD_BLE_TCAT OT_BLE_TCAT "Enable BLE TCAT sup
50
50
kconfig_to_ot_option (CONFIG_OPENTHREAD_BORDER_AGENT OT_BORDER_AGENT "Enable Border Agent" )
51
51
kconfig_to_ot_option (CONFIG_OPENTHREAD_BORDER_AGENT_EPHEMERAL_KEY_ENABLE OT_BORDER_AGENT_EPSKC "Border agent ephemeral PSKc" )
52
52
kconfig_to_ot_option (CONFIG_OPENTHREAD_BORDER_AGENT_ID OT_BORDER_AGENT_ID "Create and save border agent ID" )
53
+ kconfig_to_ot_option (CONFIG_OPENTHREAD_BORDER_AGENT_MESHCOP_SERVICE OT_BORDER_AGENT_MESHCOP_SERVICE "Border agent meshcop service" )
53
54
kconfig_to_ot_option (CONFIG_OPENTHREAD_BORDER_ROUTER OT_BORDER_ROUTER "Enable Border Router" )
54
55
kconfig_to_ot_option (CONFIG_OPENTHREAD_BORDER_ROUTING OT_BORDER_ROUTING "Enable Border routing" )
55
56
kconfig_to_ot_option (CONFIG_OPENTHREAD_BORDER_ROUTING_COUNTERS OT_BORDER_ROUTING_COUNTERS "Enable Border routing counters" )
56
57
kconfig_to_ot_option (CONFIG_OPENTHREAD_BORDER_ROUTING_DHCP6_PD OT_BORDER_ROUTING_DHCP6_PD "DHCPv6-PD support in border routing" )
58
+ kconfig_to_ot_option (CONFIG_OPENTHREAD_BORDER_ROUTING_DHCP6_PD_CLIENT OT_BORDER_ROUTING_DHCP6_PD_CLIENT, "DHCPv6-PD client support in border routing" )
57
59
kconfig_to_ot_option (CONFIG_OPENTHREAD_CHANNEL_MANAGER OT_CHANNEL_MANAGER "Enable channel manager support" )
58
60
kconfig_to_ot_option (CONFIG_OPENTHREAD_CHANNEL_MANAGER_CSL OT_CHANNEL_MANAGER_CSL "Channel manager for CSL channel" )
59
61
kconfig_to_ot_option (CONFIG_OPENTHREAD_CHANNEL_MONITOR OT_CHANNEL_MONITOR "Enable channel monitor support" )
62
+ kconfig_to_ot_option (CONFIG_OPENTHREAD_CHANNEL_MONITOR_AUTO_START OT_CHANNEL_MONITOR_AUTO_START "Start channel monitor with interface" )
60
63
kconfig_to_ot_option (CONFIG_OPENTHREAD_COAP OT_COAP "Enable CoAP API" )
61
64
kconfig_to_ot_option (CONFIG_OPENTHREAD_COAP_BLOCK OT_COAP_BLOCK "Enable CoAP Block-wise option support" )
62
65
kconfig_to_ot_option (CONFIG_OPENTHREAD_COAP_OBSERVE OT_COAP_OBSERVE "Enable CoAP Observe option support" )
@@ -124,9 +127,11 @@ kconfig_to_ot_option(CONFIG_OPENTHREAD_SNTP_CLIENT OT_SNTP_CLIENT "Enable SNTP C
124
127
kconfig_to_ot_option (CONFIG_OPENTHREAD_SRP_ADV_PROXY OT_SRP_ADV_PROXY "Enable SRP Server Advertising Proxy support" )
125
128
kconfig_to_ot_option (CONFIG_OPENTHREAD_SRP_CLIENT OT_SRP_CLIENT "Enable SRP Client support" )
126
129
kconfig_to_ot_option (CONFIG_OPENTHREAD_SRP_SERVER OT_SRP_SERVER "Enable SRP Server support" )
130
+ kconfig_to_ot_option (CONFIG_OPENTHREAD_SRP_SERVER_FAST_START OT_SRP_SERVER_FAST_START_MDOE "Enable SRP server fast start" )
127
131
kconfig_to_ot_option (CONFIG_OPENTHREAD_TCP_ENABLE OT_TCP "Enable TCP support" )
128
132
kconfig_to_ot_option (CONFIG_OPENTHREAD_TIME_SYNC OT_TIME_SYNC "Enable the time synchronization service feature" )
129
133
kconfig_to_ot_option (CONFIG_OPENTHREAD_TREL OT_TREL "Enable TREL radio link for Thread over Infrastructure feature" )
134
+ kconfig_to_ot_option (CONFIG_OPENTHREAD_TREL_MANAGE_DNSSD OT_TREL_MANAGE_DNSSD "Enable TREL to manage DNSSD and peer discovery" )
130
135
kconfig_to_ot_option (CONFIG_OPENTHREAD_TX_BEACON_PAYLOAD OT_TX_BEACON_PAYLOAD "Enable tx beacon payload support" )
131
136
kconfig_to_ot_option (CONFIG_OPENTHREAD_TX_QUEUE_STATISTICS OT_TX_QUEUE_STATS "Enable tx queue statistics" )
132
137
kconfig_to_ot_option (CONFIG_OPENTHREAD_UDP_FORWARD OT_UDP_FORWARD "Enable UDP forward feature" )
0 commit comments