diff --git a/tools/kconfig_new/confgen.py b/tools/kconfig_new/confgen.py index 8a590bb3fa..bc8ac3a948 100755 --- a/tools/kconfig_new/confgen.py +++ b/tools/kconfig_new/confgen.py @@ -81,6 +81,7 @@ def main(): os.environ[name] = value config = kconfiglib.Kconfig(args.kconfig) + config.disable_redun_warnings() if len(args.defaults) > 0: # always load defaults first, so any items which are not defined in that config