summaryrefslogtreecommitdiffstats
path: root/Kconfig
blob: 197dd1c4b3ef637d1b8d4e0ba869c389bef04811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# 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"

source "scripts/Kconfig"