We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc4689 commit c0e55a8Copy full SHA for c0e55a8
soc/nxp/rw/Kconfig.defconfig
@@ -50,6 +50,20 @@ endif # SHELL
50
51
endif # BT
52
53
+if MBEDTLS_PSA_CRYPTO_C
54
+
55
+config MBEDTLS_USER_CONFIG_ENABLE
56
+ default y
57
58
+config MBEDTLS_USER_CONFIG_FILE
59
+ string "mbedTLS user config file"
60
+ default "ble_els_pkc_mbedtls_psa_config.h" if BT
61
+ default "wpa_supp_els_pkc_mbedtls_config.h" if WIFI_NM_WPA_SUPPLICANT
62
+ help
63
+ Automatically select mbedTLS config file based on enabled modules.
64
65
+endif #MBEDTLS_PSA_CRYPTO_C
66
67
config NXP_MONOLITHIC_WIFI
68
default y if WIFI
69
0 commit comments