blob: 8c4c1cb0f9cd44321d340d8ae7e243677437adfb [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# SPDX-License-Identifier: GPL-2.0
2#
3# For a description of the syntax of this configuration file,
4# see Documentation/kbuild/kconfig-language.txt.
5#
6mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
7
8config SRCARCH
9 string
10 option env="SRCARCH"
11
12source "arch/$SRCARCH/Kconfig"