https://github.com/torvalds/linux
Raw File
Tip revision: edc5284b08147dd182a1a793dd341dde5af21433 authored by Dmitry Chernenkov on 02 April 2015, 11:28:24 UTC
mm: kasan: Initial memory quarantine implementation.
Tip revision: edc5284
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