https://github.com/torvalds/linux
Revision 787ad90332b3573d502a6c1aff52f708ca141976 authored by Mark Brown on 03 September 2016, 11:10:09 UTC, committed by Mark Brown on 03 September 2016, 11:10:09 UTC
2 parent s f735aa2 + 1bc8da4
Raw File
Tip revision: 787ad90332b3573d502a6c1aff52f708ca141976 authored by Mark Brown on 03 September 2016, 11:10:09 UTC
Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linus
Tip revision: 787ad90
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