Revision d42a4a9ebe935e42dd9a242d697837b5645e2d94 authored by popcornmix on 07 May 2013, 13:32:27 UTC, committed by popcornmix on 13 April 2015, 20:43:47 UTC
1 parent 6a451de
Raw File
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