summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keeping <john@metanate.com>2023-05-09 12:02:50 +0100
committerTom Rini <trini@konsulko.com>2023-05-15 17:14:46 -0400
commit03972ff6719456e1a1b11d520edb332a7c6a0e9b (patch)
treee6b21d6faea610cdd6953af014f09e7bcd2f5033
parentc9b2a789281c76d3710036455d0524a1ac997f66 (diff)
downloadu-boot-03972ff6719456e1a1b11d520edb332a7c6a0e9b.tar.gz
video: tweak CONFIG_SPL_VIDEO description
Make it clear that this is the SPL option to avoid potential confusion when the description for CONFIG_SPL_VIDEO is the same as that for CONFIG_VIDEO. Signed-off-by: John Keeping <john@metanate.com>
-rw-r--r--drivers/video/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index fcc0e85d2e..1e2f4e6de4 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -962,7 +962,7 @@ config BMP_32BPP
endif # VIDEO
config SPL_VIDEO
- bool "Enable driver model support for LCD/video"
+ bool "Enable driver model support for LCD/video in SPL"
depends on SPL_DM
help
The video subsystem adds a small amount of overhead to the image.