summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-18 21:48:00 +0300
committerTom Rini <trini@konsulko.com>2020-07-01 18:48:05 +0300
commit61139e2a4376f291911955d55d7cabaee0f9b3a4 (patch)
tree495e7e12c7eb0ab615b489d7925030180b2c9337 /Kconfig
parent9d0087aa0d236d2f3bcc71abd02d67ec208dbebf (diff)
downloadu-boot-61139e2a4376f291911955d55d7cabaee0f9b3a4.tar.xz
kconfig: show compiler version text in the top comment
This is a side-port of commit 21c54b774744 ("kconfig: show compiler version text in the top comment") from Linux: "The kernel configuration phase is now tightly coupled with the compiler in use. It will be nice to show the compiler information in Kconfig." We have already had the required makefile logic for this and had not included printing the value in various user and file visible places. Cc: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 7ba2665550..99bc5fab02 100644
--- a/Kconfig
+++ b/Kconfig
@@ -5,6 +5,8 @@
#
mainmenu "U-Boot $(UBOOTVERSION) Configuration"
+comment "Compiler: $(CC_VERSION_TEXT)"
+
source "scripts/Kconfig.include"
# Allow defaults in arch-specific code to override any given here