https://github.com/torvalds/linux
Revision 84a5347b89690aae2c9d08f64219d71108c70011 authored by Mark Brown on 05 January 2016, 23:07:33 UTC, committed by Mark Brown on 05 January 2016, 23:07:33 UTC
2 parent s 449af26 + ca8457b
Raw File
Tip revision: 84a5347b89690aae2c9d08f64219d71108c70011 authored by Mark Brown on 05 January 2016, 23:07:33 UTC
Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
Tip revision: 84a5347
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