summaryrefslogtreecommitdiff
path: root/boot/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-01-29 01:00:18 +0300
committerTom Rini <trini@konsulko.com>2023-02-06 21:04:53 +0300
commit0041b1c09a6bae62df36116315b49f3dea7e118b (patch)
treed01a643e50f088528de42d3c1dddd11898be5c63 /boot/Kconfig
parentd472e93ab4d0e037990f2db33f014ac8fcbeac9d (diff)
downloadu-boot-0041b1c09a6bae62df36116315b49f3dea7e118b.tar.xz
bootstd: Allow enabling BOOTSTD_FULL without needing EXPO
It is sometimes useful to have one without the other, e.g. on a device without a display, since at present the expo feature requires CONFIG_VIDEO to be enabled. Update the Makefile and bootflow command to support this, as well as the EXPO dependency. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot/Kconfig')
-rw-r--r--boot/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index fdcfbae7b2..98e194fc2b 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -561,6 +561,7 @@ endif # BOOTMETH_VBE
config EXPO
bool "Support for expos - groups of scenes displaying a UI"
+ depends on VIDEO
default y if BOOTMETH_VBE
help
An expo is a way of presenting and collecting information from the