git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b2a78
)
video: tweak CONFIG_SPL_VIDEO description
author
John Keeping
<john@metanate.com>
Tue, 9 May 2023 11:02:50 +0000
(12:02 +0100)
committer
Tom Rini
<trini@konsulko.com>
Mon, 15 May 2023 21:14:46 +0000
(17:14 -0400)
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>
drivers/video/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index
fcc0e85
..
1e2f4e6
100644
(file)
--- 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.