summaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-11 05:21:13 +0300
committerTom Rini <trini@konsulko.com>2020-10-09 18:59:48 +0300
commitcf298167685994a5c51213f07e32ab4644508c4c (patch)
tree4a5b74d3f8bcd3f6e1c2f5796d7afaf65dc24cd4 /common/Kconfig
parentb81736d475da7401a4a6316670eb7691165a02e8 (diff)
downloadu-boot-cf298167685994a5c51213f07e32ab4644508c4c.tar.xz
Kconfig: Move boot menu into common/
Most of the boot options are in common/Kconfig but that file is already extremely large. Create a new Kconfig.boot to hold the boot options. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 9c20a9738e..f234240ec9 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1,3 +1,5 @@
+source "common/Kconfig.boot"
+
menu "Boot timing"
config BOOTSTAGE