https://github.com/torvalds/linux
Revision a05af7b0837f131faf86618dbab07bb7dd6e2c3d authored by Razzi Abuissa on 25 February 2015, 04:02:35 UTC, committed by Razzi Abuissa on 25 February 2015, 04:02:35 UTC
1 parent b24e2bd
Raw File
Tip revision: a05af7b0837f131faf86618dbab07bb7dd6e2c3d authored by Razzi Abuissa on 25 February 2015, 04:02:35 UTC
Fix several "functoin" -> "function" typos
Tip revision: a05af7b
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