diff options
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -3,10 +3,6 @@ | |||
3 | # For a description of the syntax of this configuration file, | 3 | # For a description of the syntax of this configuration file, |
4 | # see Documentation/kbuild/kconfig-language.txt. | 4 | # see Documentation/kbuild/kconfig-language.txt. |
5 | # | 5 | # |
6 | mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration" | 6 | mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration" |
7 | 7 | ||
8 | config SRCARCH | 8 | source "arch/$(SRCARCH)/Kconfig" |
9 | string | ||
10 | option env="SRCARCH" | ||
11 | |||
12 | source "arch/$SRCARCH/Kconfig" | ||