From 4bdff0ea29da7211fa4362211fa1d4ae413baa2f Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 18 Jan 2024 13:50:57 +0100 Subject: kconfig: ignore strings by default (implicit DFATOOL_KCONF_IGNORE_STRING=1) --- bin/analyze-kconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/analyze-kconfig.py b/bin/analyze-kconfig.py index e17e383..7714fdc 100755 --- a/bin/analyze-kconfig.py +++ b/bin/analyze-kconfig.py @@ -225,7 +225,7 @@ def main(): with open(args.model, "r") as f: observations = json.load(f) - if bool(int(os.getenv("DFATOOL_KCONF_IGNORE_STRING", 0))) or bool( + if bool(int(os.getenv("DFATOOL_KCONF_IGNORE_STRING", 1))) or bool( int(os.getenv("DFATOOL_KCONF_IGNORE_NUMERIC", 0)) ): attributes = KConfigAttributes(args.kconfig_path, None) -- cgit v1.2.3