Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Arnaud Lacombe | 838a2e5 | 2010-09-04 17:10:20 -0400 | [diff] [blame] | 2 | # |
3 | # For a description of the syntax of this configuration file, | ||||
4 | # see Documentation/kbuild/kconfig-language.txt. | ||||
5 | # | ||||
6 | mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration" | ||||
7 | |||||
8 | config SRCARCH | ||||
9 | string | ||||
10 | option env="SRCARCH" | ||||
11 | |||||
12 | source "arch/$SRCARCH/Kconfig" |