https://github.com/torvalds/linux
Raw File
Tip revision: 70365d4a9614b4b70f9b40b690e698e2684671a6 authored by cth103 on 03 November 2017, 21:16:17 UTC
this code very very a lot fast
Tip revision: 70365d4
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