From 022a9295b04c6a23b8f89ef14de727384cd577c9 Mon Sep 17 00:00:00 2001 From: Renz Christian Bagaporo Date: Tue, 29 Jan 2019 11:17:02 +0800 Subject: [PATCH] confgen: disable config override warnings --- tools/kconfig_new/confgen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/kconfig_new/confgen.py b/tools/kconfig_new/confgen.py index 9e4d120ec3..54a22a5bec 100755 --- a/tools/kconfig_new/confgen.py +++ b/tools/kconfig_new/confgen.py @@ -80,6 +80,7 @@ def main(): config = kconfiglib.Kconfig(args.kconfig) config.disable_redun_warnings() + config.disable_override_warnings() if args.defaults is not None: # always load defaults first, so any items which are not defined in that config -- 2.40.0