mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 13:14:19 +08:00
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>
This commit is contained in:
parent
c9b2a78928
commit
03972ff671
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user