https://github.com/torvalds/linux
Raw File
Tip revision: 59b8925b8431b0e76a2c6a2e263f9776328b719b authored by aaron on 19 November 2015, 19:04:20 UTC
Drivers Description
Tip revision: 59b8925
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