From 02ee80201bf63e714b9134a184e8c9f021fe6712 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 8b7048219f..40501af3da 100755 --- a/tools/kconfig_new/confgen.py +++ b/tools/kconfig_new/confgen.py @@ -79,6 +79,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