https://github.com/torvalds/linux
Raw File
Tip revision: 69f9f9a9375d410d258fb8757a40dcc5f877c01f authored by Feminist Software Foundation on 27 January 2015, 11:01:08 UTC
Merge pull request #29 from averagejoey2000/m(ai)st((er)(ress))
Tip revision: 69f9f9a
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