commit | fae8560dbf278b2fee3ca3b3f6f49ece23a741b4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 18 07:19:42 2022 -0600 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Oct 30 20:07:17 2022 +0100 |
tree | b668d49c3a7362b2e239833327e32493cec8a21d | |
parent | 0e85745f1fcba3ad6a872b0430b4a1308177ae5f [diff] [blame] |
video: Drop CONFIG_LCD This option is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/cmd/Kconfig b/cmd/Kconfig index 6cbc8f1..9aac534 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -1877,7 +1877,7 @@ config CMD_BMP bool "Enable 'bmp' command" - depends on LCD || DM_VIDEO + depends on DM_VIDEO help This provides a way to obtain information about a BMP-format image and to display it. BMP (which presumably stands for BitMaP) is a