https://github.com/torvalds/linux
Revision 7658ab9d01388961f608386e086f4c9bc8f9fe7c authored by Rahul Singh Rawat on 11 March 2018, 12:55:05 UTC, committed by GitHub on 11 March 2018, 12:55:05 UTC
2 parent s 9a61df9 + 3266b5b
Raw File
Tip revision: 7658ab9d01388961f608386e086f4c9bc8f9fe7c authored by Rahul Singh Rawat on 11 March 2018, 12:55:05 UTC
Merge pull request #1 from torvalds/master
Tip revision: 7658ab9
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