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 90d3d65 commit c8e4b69Copy full SHA for c8e4b69
components/mbedtls/Kconfig
@@ -486,7 +486,7 @@ menu "mbedTLS"
486
487
config MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER
488
bool "Enable support for non-AES ciphers in GCM operation"
489
- depends on MBEDTLS_HARDWARE_AES
+ depends on MBEDTLS_HARDWARE_AES && MBEDTLS_GCM_C
490
default y
491
help
492
Enable this config to support fallback to software definitions for a non-AES
0 commit comments