xref: /openbmc/linux/Kconfig (revision b2441318)
1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2838a2e55SArnaud Lacombe#
3838a2e55SArnaud Lacombe# For a description of the syntax of this configuration file,
4838a2e55SArnaud Lacombe# see Documentation/kbuild/kconfig-language.txt.
5838a2e55SArnaud Lacombe#
6838a2e55SArnaud Lacombemainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
7838a2e55SArnaud Lacombe
8838a2e55SArnaud Lacombeconfig SRCARCH
9838a2e55SArnaud Lacombe	string
10838a2e55SArnaud Lacombe	option env="SRCARCH"
11838a2e55SArnaud Lacombe
12838a2e55SArnaud Lacombesource "arch/$SRCARCH/Kconfig"
13