Skip to content

Commit

Permalink
kconfig: openthread: Change konfigs for nrf54.
Browse files Browse the repository at this point in the history
Remove not needed konfigs related to rng and IPC.

Change crypto backend to Nordic security.

Signed-off-by: Przemyslaw Bida <[email protected]>
  • Loading branch information
canisLupus1313 committed Jun 3, 2024
1 parent aca1117 commit fd4823e
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions subsys/net/openthread/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,6 @@ choice OPENTHREAD_IMPLEMENTATION
default OPENTHREAD_LIBRARY if OPENTHREAD_LIBRARY_AVAILABLE
endchoice

if SOC_NRF54H20_CPUAPP

#To be removed
config ENTROPY_TEST_PRNG
bool
default y

#To be removed
config IPC_SERVICE_BACKEND_RPMSG_SHMEM_RESET
bool
default y

#To be removed
config MBOX
bool
default y

#To be removed
config MBOX_NRFX_IDS
bool
default y

endif

choice LIBC_IMPLEMENTATION
default NEWLIB_LIBC
endchoice
Expand Down Expand Up @@ -108,7 +84,8 @@ config OPENTHREAD_MANUAL_START
default y

choice OPENTHREAD_SECURITY
default OPENTHREAD_NRF_SECURITY_PSA_CHOICE if SOC_FAMILY_NORDIC_NRF
default OPENTHREAD_NRF_SECURITY_PSA_CHOICE if (SOC_FAMILY_NORDIC_NRF && !SOC_NRF54H20_CPUAPP)
default OPENTHREAD_NRF_SECURITY_CHOICE if SOC_NRF54H20_CPUAPP
endchoice

config MBEDTLS_SSL_PROTO_DTLS
Expand Down

0 comments on commit fd4823e

Please sign in to comment.