https://github.com/torvalds/linux
Raw File
Tip revision: f0c8e44f6a51954b41e7437a9fb7de2283254243 authored by sayali789 on 05 August 2016, 05:55:06 UTC
Create gau
Tip revision: f0c8e44
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