Skip to content
Unverified Commit 46dff8d7 authored by Mark Brown's avatar Mark Brown Committed by Arnd Bergmann
Browse files

scripts: merge_config: Add option to suppress warning on overrides



Currently merge_config.sh will unconditionally warn if a fragment overrides
any already set symbol. This is generally desirable but is inconvenient in
cases where we want to create a fragment which disables unwanted options in
the base configuration, for example when attempting to produce a smaller
version of another configuration.

Add an option -Q which will suppress these warnings.

Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230203-arm64-defconfigs-v1-1-cd0694a05f13@kernel.org
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 384fcb0b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment