From: Marek Vasut Date: Fri, 6 Sep 2024 17:12:23 +0000 (+0200) Subject: cmd: osd: Depend on OSD X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=650883a568653f37ee4ff43beda56152b594a49c;p=u-boot.git cmd: osd: Depend on OSD 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 --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 953e1f0ef2..4ccb0cef39 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1503,6 +1503,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