kconfig: suppress "configuration written to .config" for syncconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 16 Aug 2018 07:48:26 +0000 (16:48 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 21:28:43 +0000 (22:28 +0100)
commita9ddd9e866faef305376bf826b868b36bebf59ed
tree7758818f86f623421dccf05fe5db73c6bd638e44
parent40e34c39970d4fee5a2557d7dcc1012251857572
kconfig: suppress "configuration written to .config" for syncconfig

The top-level Makefile invokes "make syncconfig" when necessary.
Then, Kconfig displays the following message when .config is updated.

  #
  # configuration written to .config
  #

It is distracting because "make syncconfig" happens during the build
stage, and does nothing important in most cases.

Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/conf.c