https://github.com/torvalds/linux
Raw File
Tip revision: 164efa15f83f7565d29adbdd403113e3a441e534 authored by Djalal Harouni on 24 January 2017, 15:09:28 UTC
timgad: improve the set logic of mod harden
Tip revision: 164efa1
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