[PATCH] cmd: osd: Depend on OSD

6 Sep
2024
6 Sep
'24
7:12 p.m.
The OSD command calls functions from video_osd-uclass.o , which is built only when CONFIG_OSD is enabled. Add the missing dependency into Kconfig.
Signed-off-by: Marek Vasut marek.vasut+renesas@mailbox.org --- Cc: Simon Glass sjg@chromium.org Cc: Tom Rini trini@konsulko.com Cc: u-boot@lists.denx.de --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig index 43f78a5aeb1..8d1762c4e11 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1494,6 +1494,7 @@ config USE_ONENAND_BOARD_INIT
config CMD_OSD bool "osd" + depends on OSD help Enable the 'osd' command which allows to query information from and write text data to a on-screen display (OSD) device; a virtual device
--
2.45.2
238
Age (days ago)
249
Last active (days ago)
1 comments
2 participants
participants (2)
-
Marek Vasut
-
Tom Rini