summaryrefslogtreecommitdiffstats
path: root/Kconfig
blob: 53d4f5a276b7f7d42e093dab31cb1a49e30b3709 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Barebox/$ARCH $KERNELVERSION Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"