https://github.com/torvalds/linux
Raw File
Tip revision: 31789e1a93385f570926ee6f9d0a95ceca8ce034 authored by You Xiaojie on 10 March 2018, 06:56:16 UTC
Merge branch 'master' of https://mirrors.tuna.tsinghua.edu.cn/git/linux
Tip revision: 31789e1
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top