summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 7c4cf36881..9c3a20a9a9 100644
--- a/Kconfig
+++ b/Kconfig
@@ -1,12 +1,17 @@
+# 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 "arch/$(SRCARCH)/Kconfig"
+source "scripts/Kconfig.include"
+
+source "arch/Kconfig"
source "common/Kconfig"
+source "efi/Kconfig"
source "commands/Kconfig"
source "net/Kconfig"
source "drivers/Kconfig"