X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Kconfig;h=a90d9f9e268be8dac93cba2a699569884768e167;hb=8599dc7dec874b137384714bfe3ddbbf5d4a614e;hp=8c4c1cb0f9cd44321d340d8ae7e243677437adfb;hpb=04bbc9795d2e89c79edf48fb1303ace2e8c90a60;p=linux-2.6-microblaze.git diff --git a/Kconfig b/Kconfig index 8c4c1cb0f9cd..a90d9f9e268b 100644 --- a/Kconfig +++ b/Kconfig @@ -3,10 +3,10 @@ # 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 "scripts/Kconfig.include" + +source "arch/$(SRCARCH)/Kconfig"