]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit650883a568653f37ee4ff43beda56152b594a49c
tree07a9e28c0f0c199359d4f90a50c831362e6b6683
parent6c0943ff54ec27bf3c277767c2a9e1fb458e57a0
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 <marek.vasut+renesas@mailbox.org>
cmd/Kconfig