* [PATCH] video: tweak CONFIG_SPL_VIDEO description
@ 2023-05-09 11:02 John Keeping
2023-05-16 15:19 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: John Keeping @ 2023-05-09 11:02 UTC (permalink / raw)
To: Anatolij Gustschin; +Cc: John Keeping, u-boot
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] video: tweak CONFIG_SPL_VIDEO description
2023-05-09 11:02 [PATCH] video: tweak CONFIG_SPL_VIDEO description John Keeping
@ 2023-05-16 15:19 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-05-16 15:19 UTC (permalink / raw)
To: John Keeping; +Cc: Anatolij Gustschin, u-boot
[-- Attachment #1: Type: text/plain, Size: 329 bytes --]
On Tue, May 09, 2023 at 12:02:50PM +0100, John Keeping wrote:
> 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>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-16 15:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-09 11:02 [PATCH] video: tweak CONFIG_SPL_VIDEO description John Keeping
2023-05-16 15:19 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox