https://github.com/torvalds/linux
Raw File
Tip revision: 4811ed66220715abc105cf421626c948c4f5c982 authored by Joel L. Aguilar on 18 May 2013, 02:11:51 UTC
Update aliasing-test.c
Tip revision: 4811ed6
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