[PATCH 33/39] video: Drop CONFIG_LCD
Simon Glass
sjg at chromium.org
Wed Oct 19 13:23:50 CEST 2022
This option is not used anymore. Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
cmd/Kconfig | 2 +-
drivers/video/Kconfig | 16 ++++------------
2 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 835e098078c..bdeaeefe67a 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1868,7 +1868,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
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 39492cfe77d..672f2ef9d82 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -695,7 +695,7 @@ source "drivers/video/nexell/Kconfig"
config CONSOLE_SCROLL_LINES
int "Number of lines to scroll the console by"
- depends on DM_VIDEO || LCD
+ depends on DM_VIDEO
default 1
help
When the console need to be scrolled, this is the number of
@@ -703,14 +703,6 @@ config CONSOLE_SCROLL_LINES
console jump but can help speed up operation when scrolling
is slow.
-config LCD
- bool "Enable legacy LCD support"
- help
- Define this to enable LCD support (for output to LCD display).
- You will also need to select an LCD driver using an additional
- CONFIG option. See the README for details. Drives which have been
- converted to driver model will instead used CONFIG_DM_VIDEO.
-
config VIDEO_DW_HDMI
bool
help
@@ -913,19 +905,19 @@ config VIDEO_BMP_RLE8
config BMP_16BPP
bool "16-bit-per-pixel BMP image support"
- depends on DM_VIDEO || LCD
+ depends on DM_VIDEO
help
Support display of bitmaps file with 16-bit-per-pixel
config BMP_24BPP
bool "24-bit-per-pixel BMP image support"
- depends on DM_VIDEO || LCD
+ depends on DM_VIDEO
help
Support display of bitmaps file with 24-bit-per-pixel.
config BMP_32BPP
bool "32-bit-per-pixel BMP image support"
- depends on DM_VIDEO || LCD
+ depends on DM_VIDEO
help
Support display of bitmaps file with 32-bit-per-pixel.
--
2.38.0.413.g74048e4d9e-goog
More information about the U-Boot
mailing list