https://github.com/torvalds/linux
Revision 06a5687f82bd7f1fbf56363351c47e8c337302fc authored by Mark Brown on 26 January 2015, 11:16:27 UTC, committed by Mark Brown on 26 January 2015, 11:16:27 UTC
4 parent s ec6f34e + 3dbb3b9 + 6d40530 + c957e8f
Raw File
Tip revision: 06a5687f82bd7f1fbf56363351c47e8c337302fc authored by Mark Brown on 26 January 2015, 11:16:27 UTC
Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/msiof' and 'spi/fix/pxa2xx' into spi-linus
Tip revision: 06a5687
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