:orphan: .. title:: OPENTHREAD_THREAD_VERSION .. option:: CONFIG_OPENTHREAD_THREAD_VERSION *(No prompt -- not directly user assignable.)* Type: ``string`` Direct dependencies =================== \ :option:`NET_L2_OPENTHREAD ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "1.1" if \ :option:`OPENTHREAD_THREAD_VERSION_1_1 ` - "1.2" if \ :option:`OPENTHREAD_THREAD_VERSION_1_2 ` - "unknown" Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/l2/openthread/Kconfig.features:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:85`` → ``subsys/net/l2/Kconfig:75`` → ``subsys/net/l2/openthread/Kconfig:52`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 → OpenThread stack features .. parsed-literal:: config OPENTHREAD_THREAD_VERSION string default "1.1" if \ :option:`OPENTHREAD_THREAD_VERSION_1_1 ` default "1.2" if \ :option:`OPENTHREAD_THREAD_VERSION_1_2 ` default "unknown" depends on \ :option:`NET_L2_OPENTHREAD ` && \ :option:`NETWORKING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*