https://github.com/torvalds/linux
Revision bea3f77b894f0cca1312dedfab62b2998c243810 authored by Andy Whitcroft on 15 January 2018, 13:26:19 UTC, committed by Seth Forshee on 09 February 2018, 19:12:40 UTC
BugLink: http://bugs.launchpad.net/bugs/1743383

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
1 parent 802cf0d
Raw File
Tip revision: bea3f77b894f0cca1312dedfab62b2998c243810 authored by Andy Whitcroft on 15 January 2018, 13:26:19 UTC
UBUNTU: [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
Tip revision: bea3f77
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