Skip to content

Commit e40e0d6

Browse files
MaochenWang1kartben
authored andcommitted
hostap: fix build error when MBEDTLS_PSA_CRYPTO_C enabled
For TFM example, MBEDTLS_PSA_CRYPTO_C has some dependencies and may not be enabled, so use 'imply' instead of 'select' here for hostap MBEDTLS_PSA case. Signed-off-by: Maochen Wang <[email protected]>
1 parent 6c06d2d commit e40e0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ endchoice
155155

156156
config WIFI_NM_WPA_SUPPLICANT_CRYPTO_MBEDTLS_PSA
157157
bool "Crypto Platform Secure Architecture support for WiFi"
158-
select MBEDTLS_PSA_CRYPTO_C
158+
imply MBEDTLS_PSA_CRYPTO_C
159159
select MBEDTLS_USE_PSA_CRYPTO
160160
select PSA_WANT_ALG_ECDH
161161
select PSA_WANT_ALG_HMAC

0 commit comments

Comments
 (0)