boards: Add RNG default selection, supplicant and tcp config settings

This change brings in certain default configurations that are needed
for selection of random number generator, and to set tcp
configuration CONFIG_NET_TCP_ISN_RFC6528=n for nRF7002dk board.

Signed-off-by: Vivekananda Uppunda <vivekananda.uppunda@nordicsemi.no>
This commit is contained in:
Vivekananda Uppunda 2024-09-13 07:22:00 +05:30 committed by Benjamin Cabé
parent 4bbeb55e05
commit b87f9d5775

View file

@ -18,3 +18,10 @@ CONFIG_SERIAL=y
# Enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# Enable RNG
CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG=y
CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG_ALLOW_NON_CSPRNG=y
# ISN needs CS-Rand which isn't supported upstream for nRF boards
CONFIG_NET_TCP_ISN_RFC6528=n