commit | 8e5a8b68102616b7f67ed006cf1f0897ebe2a884 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 19 13:24:01 2021 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Dec 26 23:24:46 2021 +0100 |
tree | d393d5416889867809ed6385e94a810a83439114 | |
parent | 614947073836ac4192fcb0d40f3821aee8a01489 [diff] |
video: Convert CONFIG_VIDEO_LOGO to Kconfig This converts the following to Kconfig: CONFIG_VIDEO_LOGO Note that this option depends on CONFIG_DM_VIDEO now, since cfb_console is deprecated. The only relevant code is now in splash.c Drop the check for DM_VIDEO in that file. Signed-off-by: Simon Glass <sjg@chromium.org>