diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index b35cc93039791a1383e3d0d790ff7837be569a7d..7b2b37260669e333390f0c995990fe0fb65c9f06 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c @@ -508,6 +508,11 @@ int main(int ac, char **av) input_mode = (enum input_mode)opt; switch (opt) { case syncconfig: + /* + * syncconfig is invoked during the build stage. + * Suppress distracting "configuration written to ..." + */ + conf_set_message_callback(NULL); sync_kconfig = 1; break; case defconfig: