Skip to content

Commit ce4acf2

Browse files
bjarki-andreasencarlescufi
authored andcommitted
kconfig: openthread: Disable OpenThread Libraries
Disable OT libraries due to crypto config misalignment. Signed-off-by: Maciej Baczmanski <[email protected]> Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent cfafcdc commit ce4acf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/openthread/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ config OPENTHREAD_LIBRARY_AVAILABLE
1919
# Switch:
2020
# - To `y` when libraries for the current OpenThread revision are provided
2121
# - To `n` on the next OpenThread upmerge
22-
default y
22+
default n
2323
depends on OPENTHREAD_THREAD_VERSION_1_3
2424
depends on (OPENTHREAD_NORDIC_LIBRARY_MASTER && SOC_NRF52840) || \
2525
OPENTHREAD_NORDIC_LIBRARY_FTD || OPENTHREAD_NORDIC_LIBRARY_MTD

0 commit comments

Comments
 (0)