xref: /linux/Kconfig (revision 838a2e55)
1*838a2e55SArnaud Lacombe#
2*838a2e55SArnaud Lacombe# For a description of the syntax of this configuration file,
3*838a2e55SArnaud Lacombe# see Documentation/kbuild/kconfig-language.txt.
4*838a2e55SArnaud Lacombe#
5*838a2e55SArnaud Lacombemainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
6*838a2e55SArnaud Lacombe
7*838a2e55SArnaud Lacombeconfig SRCARCH
8*838a2e55SArnaud Lacombe	string
9*838a2e55SArnaud Lacombe	option env="SRCARCH"
10*838a2e55SArnaud Lacombe
11*838a2e55SArnaud Lacombesource "arch/$SRCARCH/Kconfig"
12