Newer
Older
barebox / Kconfig
@Masahiro Yamada Masahiro Yamada on 3 Jan 2019 404 bytes kconfig: sync to Linux 4.20
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Barebox/$(ARCH) $(KERNELVERSION) Configuration"

source "arch/$(SRCARCH)/Kconfig"

source common/Kconfig
source commands/Kconfig
source net/Kconfig
source drivers/Kconfig
source fs/Kconfig
source lib/Kconfig
source crypto/Kconfig
source firmware/Kconfig
source "scripts/Kconfig"