Skip to content

Commit

Permalink
[nrf fromlist] kconfig: openthread: Add 1.4 version
Browse files Browse the repository at this point in the history
This commit adds thread 1.4 version.

Upstream PR: zephyrproject-rtos/zephyr#76881

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski authored and nordicjm committed Aug 12, 2024
1 parent 7981a26 commit 42f3433
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/openthread/Kconfig.features
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ config OPENTHREAD_THREAD_VERSION_1_3
bool "Version 1.3"
config OPENTHREAD_THREAD_VERSION_1_3_1
bool "Version 1.3.1"
config OPENTHREAD_THREAD_VERSION_1_4
bool "Version 1.4"
endchoice # OPENTHREAD_STACK_VERSION

config OPENTHREAD_THREAD_VERSION
Expand All @@ -25,6 +27,7 @@ config OPENTHREAD_THREAD_VERSION
default "1.2" if OPENTHREAD_THREAD_VERSION_1_2
default "1.3" if OPENTHREAD_THREAD_VERSION_1_3
default "1.3.1" if OPENTHREAD_THREAD_VERSION_1_3_1
default "1.4" if OPENTHREAD_THREAD_VERSION_1_4
default "unknown"

config OPENTHREAD_ANYCAST_LOCATOR
Expand Down

0 comments on commit 42f3433

Please sign in to comment.