summaryrefslogtreecommitdiff
path: root/configs/tools-only_defconfig
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2022-11-24 17:05:59 +0300
committerTom Rini <trini@konsulko.com>2022-12-02 16:39:00 +0300
commit1cfba53ca46cade2dbf4e067afc8c19e72909a4b (patch)
treeb8b08bb9ecbb5d6bf5e652d31296bb34e434cb66 /configs/tools-only_defconfig
parent58880b5208e43f324c4cc2d7eca5031e4dc0ee44 (diff)
downloadu-boot-1cfba53ca46cade2dbf4e067afc8c19e72909a4b.tar.xz
config: tools only: add VIDEO to build bmp_logo
Pre 2023.01 the bmp_logo was built as part of the tools-only_defconfig build, something changed and the VIDEO dep needed to build it is no longer pulled in so fix that by explicitly defining it. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/tools-only_defconfig')
-rw-r--r--configs/tools-only_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig
index 86464d2f07..de99f3857c 100644
--- a/configs/tools-only_defconfig
+++ b/configs/tools-only_defconfig
@@ -27,6 +27,7 @@ CONFIG_DM_RTC=y
CONFIG_SOUND=y
CONFIG_SYSRESET=y
CONFIG_TIMER=y
+CONFIG_VIDEO=y
# CONFIG_VIRTIO_MMIO is not set
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_SANDBOX is not set