depends.py: remove config options that are unset anyway

Over the lifespan of this script these options have been removed
from the "full" configuration.
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek 2022-10-17 06:51:10 -04:00
parent a44c5bcdb7
commit b489f958b8

View File

@ -145,9 +145,6 @@ The reference state is the one from which the tested configurations are
derived."""
# Turn off options that are not relevant to the tests and slow them down.
run_config_py(options, ['full'])
run_config_py(options, ['unset', 'MBEDTLS_MEMORY_BACKTRACE'])
run_config_py(options, ['unset', 'MBEDTLS_MEMORY_BUFFER_ALLOC_C'])
run_config_py(options, ['unset', 'MBEDTLS_MEMORY_DEBUG'])
run_config_py(options, ['unset', 'MBEDTLS_TEST_HOOKS'])
def collect_config_symbols(options):