https://github.com/torvalds/linux
Raw File
Tip revision: b5b648fa234268b795c9aec206715f9f972217f9 authored by Amit Mittal on 21 November 2015, 09:27:08 UTC
Merge pull request #2 from torvalds/master
Tip revision: b5b648f
Kconfig
#
# 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