Revision ebaba108de36be5834f7ea6de720c616cb94dcd1 authored by Christian Bender on 21 November 2017, 14:36:45 UTC, committed by GitHub on 21 November 2017, 14:36:45 UTC
1 parent c8b68f7
Raw File
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