From 00e53f447a2c6eba0201ce617fa6359b7b6e54fd 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 bc8ac3a94..499e64eaa 100755 --- a/tools/kconfig_new/confgen.py +++ b/tools/kconfig_new/confgen.py @@ -82,6 +82,7 @@ def main(): config = kconfiglib.Kconfig(args.kconfig) config.disable_redun_warnings() + config.disable_override_warnings() if len(args.defaults) > 0: # always load defaults first, so any items which are not defined in that config