summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig8
1 files changed, 2 insertions, 6 deletions
diff --git a/Kconfig b/Kconfig
index 8c4c1cb0f9cd..4af1b42ef62e 100644
--- a/Kconfig
+++ b/Kconfig
@@ -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#
6mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration" 6mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
7 7
8config SRCARCH 8source "arch/$(SRCARCH)/Kconfig"
9 string
10 option env="SRCARCH"
11
12source "arch/$SRCARCH/Kconfig"