https://github.com/torvalds/linux
Revision 895be5b31e5175bef575008aadb4f0a27b850daa authored by Mark Brown on 19 February 2014, 04:13:58 UTC, committed by Mark Brown on 19 February 2014, 04:13:58 UTC
2 parent s d05d780 + 88b5bdf
Raw File
Tip revision: 895be5b31e5175bef575008aadb4f0a27b850daa authored by Mark Brown on 19 February 2014, 04:13:58 UTC
Merge remote-tracking branch 'asoc/fix/wm8993' into asoc-linus
Tip revision: 895be5b
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