summaryrefslogtreecommitdiff
path: root/boot/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-22 19:33:52 +0300
committerTom Rini <trini@konsulko.com>2023-03-03 01:45:58 +0300
commitda900e527ba30f05ff3a71555883de6e11b71e04 (patch)
tree2d54a919f39094023fa76008c796fca53f09ca0c /boot/Kconfig
parentb51b1a8442e590cdfcb6b110803e87cdf4783dfd (diff)
downloadu-boot-da900e527ba30f05ff3a71555883de6e11b71e04.tar.xz
boot: Add Kconfigs for BOOTMETH_VBE_REQUEST
Allow this to be enabled separately in U-Boot proper and in SPL, since it is not needed in SPL. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot/Kconfig')
-rw-r--r--boot/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index 5f491625c8..b89916c109 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -528,6 +528,26 @@ config VPL_BOOTMETH_VBE
if BOOTMETH_VBE
+config BOOTMETH_VBE_REQUEST
+ bool "Support for serving VBE OS requests"
+ default y
+ help
+ Enables support for looking that the requests made by the
+ Operating System being booted. These requests result in additions to
+ the device tree /chosen node, added during the device tree fixup
+ phase.
+
+config SPL_BOOTMETH_VBE_REQUEST
+ bool "Support for serving VBE OS requests (SPL)"
+ depends on SPL
+ help
+ Enables support for looking that the requests made by the
+ Operating System being booted. These requests result in additions to
+ the device tree /chosen node, added during the device tree fixup
+ phase.
+
+ This is only useful if you are booting an OS direct from SPL.
+
config BOOTMETH_VBE_SIMPLE
bool "Bootdev support for VBE 'simple' method"
default y