[PATCH v3 14/95] boot: Add a Kconfig for SPL_BOOTSTD_FULL

Simon Glass sjg at chromium.org
Mon Feb 13 00:15:17 CET 2023


This is implicitly used in the source and seems useful, so add it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v3:
- Add (SPL) to the end of the comment

 boot/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/boot/Kconfig b/boot/Kconfig
index 91bdff6e332..5a595825f8f 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -408,6 +408,10 @@ config VPL_BOOTSTD
 	  boot. It is enabled by default since the main purpose of VPL is to
 	  handle the firmware part of VBE.
 
+config SPL_BOOTSTD_FULL
+	def_bool n  # Enhanced features for standard boot (SPL)
+	depends on BOOTSTD && SPL
+
 if BOOTSTD
 
 config BOOTSTD_DEFAULTS
-- 
2.39.1.581.gbfd45094c4-goog



More information about the U-Boot mailing list