https://github.com/torvalds/linux
Raw File
Tip revision: bd169a7c16ae38babd3ccada3c1c38174c13f852 authored by Daniel Baluta on 11 March 2018, 05:32:51 UTC
Merge pull request #28 from andanicolae/lab03-update-exercises
Tip revision: bd169a7
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