Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions soc/nxp/rw/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@

endif # BT

if MBEDTLS_PSA_CRYPTO_C

config MBEDTLS_USER_CONFIG_ENABLE
default y

config MBEDTLS_USER_CONFIG_FILE
string "mbedTLS user config file"

Check warning on line 59 in soc/nxp/rw/Kconfig.defconfig

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

soc/nxp/rw/Kconfig.defconfig:59 please, no spaces at the start of a line
default "ble_els_pkc_mbedtls_psa_config.h" if BT

Check warning on line 60 in soc/nxp/rw/Kconfig.defconfig

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

soc/nxp/rw/Kconfig.defconfig:60 please, no spaces at the start of a line
default "wpa_supp_els_pkc_mbedtls_config.h" if WIFI_NM_WPA_SUPPLICANT
help

Check warning on line 62 in soc/nxp/rw/Kconfig.defconfig

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

soc/nxp/rw/Kconfig.defconfig:62 please, no spaces at the start of a line
Automatically select mbedTLS config file based on enabled modules.

Check warning on line 63 in soc/nxp/rw/Kconfig.defconfig

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

soc/nxp/rw/Kconfig.defconfig:63 please, no spaces at the start of a line

endif #MBEDTLS_PSA_CRYPTO_C

config NXP_MONOLITHIC_WIFI
default y if WIFI

Expand Down
Loading