diff --git a/tools/kconfig_new/confgen.py b/tools/kconfig_new/confgen.py index 9b18819b6d..9e4d120ec3 100755 --- a/tools/kconfig_new/confgen.py +++ b/tools/kconfig_new/confgen.py @@ -79,6 +79,7 @@ def main(): os.environ[name] = value config = kconfiglib.Kconfig(args.kconfig) + config.disable_redun_warnings() if args.defaults is not None: # always load defaults first, so any items which are not defined in that config