https://github.com/torvalds/linux
Revision 1221ffab3e8e42c17c6c54cf60e037abd76e199a authored by Seth Forshee on 13 February 2018, 17:34:40 UTC, committed by Seth Forshee on 13 February 2018, 17:34:40 UTC
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
1 parent 7e71203
Raw File
Tip revision: 1221ffab3e8e42c17c6c54cf60e037abd76e199a authored by Seth Forshee on 13 February 2018, 17:34:40 UTC
UBUNTU: Ubuntu-4.15.0-10.11
Tip revision: 1221ffa
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# 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