blob: 8e994df64d48c93353ee8ffc59f1065ad18fe7d3 [file] [log] [blame]
Avery Pennarun6e24c862013-09-16 23:38:03 -04001#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5mainmenu "Linux/$ARCH $KERNELVERSION Barebox Configuration"
6
7config SRCARCH
8 string
9 option env="SRCARCH"
10
11source "arch/$SRCARCH/Kconfig"