summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-17 00:11:32 +0300
committerAnatolij Gustschin <agust@denx.de>2022-10-30 22:07:16 +0300
commitba97899349a2a90e8799c79fdc1ab906bf439db4 (patch)
tree8bb8af095865b2b08ac680d4c030fe233e196993 /drivers
parent816605652dd062a655a077778ed0f5c9724646fd (diff)
downloadu-boot-ba97899349a2a90e8799c79fdc1ab906bf439db4.tar.xz
video: Drop CONFIG_LCD_INFO
This option is not used anymore since the LCD implementation is being removed. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 9083267d00..7213d9ccc5 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -728,10 +728,6 @@ config LCD
CONFIG option. See the README for details. Drives which have been
converted to driver model will instead used CONFIG_DM_VIDEO.
-config LCD_INFO
- bool "Show LCD info on-screen"
- depends on LCD
-
config LCD_LOGO
bool "Show a logo on screen"
depends on LCD