confgen: disable config override warnings
This commit is contained in:
parent
a34d788a5e
commit
022a9295b0
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ def main():
|
||||||
|
|
||||||
config = kconfiglib.Kconfig(args.kconfig)
|
config = kconfiglib.Kconfig(args.kconfig)
|
||||||
config.disable_redun_warnings()
|
config.disable_redun_warnings()
|
||||||
|
config.disable_override_warnings()
|
||||||
|
|
||||||
if args.defaults is not None:
|
if args.defaults is not None:
|
||||||
# always load defaults first, so any items which are not defined in that config
|
# always load defaults first, so any items which are not defined in that config
|
||||||
|
|
Loading…
Reference in a new issue