https://github.com/torvalds/linux
Raw File
Tip revision: a20189cefb9c5b3b2d63e5bc44bd19e0cff92bbb authored by Evandro Zanatta on 29 August 2013, 22:08:25 UTC
criar uma documentação em português do Brasil
Tip revision: a20189c
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