diff --git a/scripts/config.py b/scripts/config.py index 703e6e906..5e3cda2f2 100755 --- a/scripts/config.py +++ b/scripts/config.py @@ -167,6 +167,7 @@ def realfull_adapter(_name, active, section): # * Options that remove features. EXCLUDE_FROM_FULL = frozenset([ #pylint: disable=line-too-long + 'MBEDTLS_ARMV8CE_AES_C', 'MBEDTLS_CTR_DRBG_USE_128_BIT_KEY', # interacts with ENTROPY_FORCE_SHA256 'MBEDTLS_DEPRECATED_REMOVED', # conflicts with deprecated options 'MBEDTLS_DEPRECATED_WARNING', # conflicts with deprecated options