Newer
Older
barebox / Kconfig
@Uwe Kleine-König Uwe Kleine-König on 11 Jun 2018 273 bytes scripts: create a separate section for host tools
#
# 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"