kconfig: show compiler version text in the top comment
[linux-2.6-block.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 8c4c1cb0f9cd44321d340d8ae7e243677437adfb..5b55d876af03346a4f1436ffdd2f0221b68ee91c 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -3,10 +3,8 @@
 # For a description of the syntax of this configuration file,
 # see Documentation/kbuild/kconfig-language.txt.
 #
-mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
+mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
 
-config SRCARCH
-       string
-       option env="SRCARCH"
+comment "Compiler: $(CC_VERSION_TEXT)"
 
-source "arch/$SRCARCH/Kconfig"
+source "arch/$(SRCARCH)/Kconfig"