kbuild: Provide a version of merge_into_defconfig without override warnings
authorMark Brown <broonie@kernel.org>
Fri, 10 Feb 2023 19:52:48 +0000 (19:52 +0000)
committerArnd Bergmann <arnd@arndb.de>
Mon, 13 Feb 2023 19:18:28 +0000 (20:18 +0100)
commita63971257e66bbf354e8801623caffa965e9ba5c
tree74f1423b460b540cacf89f9f897a870728ed6524
parent46dff8d7e381e74a501cbec6285a21dba1d9fccf
kbuild: Provide a version of merge_into_defconfig without override warnings

While warning on overridden Kconfig options is a good default for merging
config fragements sometimes that is our explicit intent and the warnings
are unhelpful, add a new merge_into_defconfig_override which does the merge
but with warnings suppressed.

Since merge_into_defconfig accepts any number of fragments it is difficult
to allow it to accept the flag.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230203-arm64-defconfigs-v1-2-cd0694a05f13@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
scripts/Makefile.defconf