diff options
author | Simon Glass <sjg@chromium.org> | 2022-10-18 07:19:42 -0600 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-10-30 20:07:17 +0100 |
commit | 8b1129588cc66cee3dc5ee2dd969007a641f21b0 (patch) | |
tree | b668d49c3a7362b2e239833327e32493cec8a21d /cmd | |
parent | d32eb92e9138214694efc9091f3760e445ce3905 (diff) | |
download | u-boot-8b1129588cc66cee3dc5ee2dd969007a641f21b0.tar.gz u-boot-8b1129588cc66cee3dc5ee2dd969007a641f21b0.tar.bz2 u-boot-8b1129588cc66cee3dc5ee2dd969007a641f21b0.zip |
video: Drop CONFIG_LCD
This option is not used anymore. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 6cbc8f1fa2..9aac534416 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1877,7 +1877,7 @@ menu "Misc commands" 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 |