commit | a1a8527ab2d167c1070dff0f60239b7ddead976a | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Fri Sep 06 19:12:23 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 16 16:46:16 2024 -0600 |
tree | 07a9e28c0f0c199359d4f90a50c831362e6b6683 | |
parent | ab00d0e5db3e38b2bb526bbe8e70eae1145136e8 [diff] |
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>