From: Renz Christian Bagaporo Date: Tue, 29 Jan 2019 03:17:02 +0000 (+0800) Subject: confgen: disable config override warnings X-Git-Tag: v3.2-beta3~30^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=022a9295b04c6a23b8f89ef14de727384cd577c9;p=esp-idf confgen: disable config override warnings --- 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