Skip to content

Commit

Permalink
kconfig: openthread: Disable OpenThread Libraries
Browse files Browse the repository at this point in the history
Disable OT libraries due to crypto config misalignment.

Signed-off-by: Maciej Baczmanski <[email protected]>
Signed-off-by: Bjarki Arge Andreasen <[email protected]>
  • Loading branch information
bjarki-andreasen authored and carlescufi committed Oct 4, 2024
1 parent cfafcdc commit ce4acf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/net/openthread/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config OPENTHREAD_LIBRARY_AVAILABLE
# Switch:
# - To `y` when libraries for the current OpenThread revision are provided
# - To `n` on the next OpenThread upmerge
default y
default n
depends on OPENTHREAD_THREAD_VERSION_1_3
depends on (OPENTHREAD_NORDIC_LIBRARY_MASTER && SOC_NRF52840) || \
OPENTHREAD_NORDIC_LIBRARY_FTD || OPENTHREAD_NORDIC_LIBRARY_MTD
Expand Down

0 comments on commit ce4acf2

Please sign in to comment.