Skip to content

Commit 9087a74

Browse files
Przemyslaw Bidarlubos
authored andcommitted
openthread: Change default openthread security settings for CHIP.
This commit changes the default values for nrf security configs for matter samples. NRF_802154_ENCRYPTION=n OPENTHREAD_MAC_SOFTWARE_TX_SECURITY_ENABLE=y Signed-off-by: Przemyslaw Bida <[email protected]>
1 parent 4509e65 commit 9087a74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subsys/net/openthread/Kconfig.defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ if OPENTHREAD_THREAD_VERSION_1_2
115115
# Thread 1.2 dependencies
116116
config NRF_802154_ENCRYPTION
117117
bool
118+
default n if CHIP
118119
default y
119120

120121
config IEEE802154_2015
@@ -131,6 +132,7 @@ config NET_PKT_TIMESTAMP
131132

132133
config OPENTHREAD_MAC_SOFTWARE_TX_SECURITY_ENABLE
133134
bool
135+
default y if CHIP
134136
default n
135137

136138
if OPENTHREAD_CSL_RECEIVER

0 commit comments

Comments
 (0)