https://github.com/torvalds/linux
Raw File
Tip revision: 8250804c1ee9f61ff834fca0fcadeec3c275b338 authored by Shirley Kotian on 18 March 2017, 14:30:44 UTC
Fixed typos (for outreachy 2017)
Tip revision: 8250804
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