]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
cmd: osd: Depend on OSD
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 6 Sep 2024 17:12:23 +0000 (19:12 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 16 Sep 2024 22:46:16 +0000 (16:46 -0600)
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>
cmd/Kconfig

index 953e1f0ef2aaedd3cc07ff4347c59e627d9f42d6..4ccb0cef390836d1e9a76936ecc4152e33c440c0 100644 (file)
@@ -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