summaryrefslogtreecommitdiffstats
path: root/Kconfig
blob: 9c3a20a9a9a3a5c959f98dc5b2506890cea31e8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: GPL-2.0-only

#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Barebox/$(ARCH) $(KERNELVERSION) Configuration"

source "scripts/Kconfig.include"

source "arch/Kconfig"

source "common/Kconfig"
source "efi/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"
source "test/Kconfig"