https://github.com/torvalds/linux
Revision f735aa279021149ef600febe07333ad218783d79 authored by Mark Brown on 03 September 2016, 11:10:08 UTC, committed by Mark Brown on 03 September 2016, 11:10:08 UTC
2 parent s 3eab887 + 815806e
Raw File
Tip revision: f735aa279021149ef600febe07333ad218783d79 authored by Mark Brown on 03 September 2016, 11:10:08 UTC
Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus
Tip revision: f735aa2
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