summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-16 15:08:59 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:16 +0100
commit816605652dd062a655a077778ed0f5c9724646fd (patch)
treef1445a9d3cd6f655602d12c02c558b5e5d2b4d5e /drivers/video/Kconfig
parent817f93422bf36cafe636cf093a5fce3ebe94d5c6 (diff)
downloadu-boot-816605652dd062a655a077778ed0f5c9724646fd.tar.gz
video: Drop CONFIG_LCD_INFO_BELOW_LOGO
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/video/Kconfig')
-rw-r--r--drivers/video/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 3a692b8a3c..9083267d00 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -736,10 +736,6 @@ config LCD_LOGO
bool "Show a logo on screen"
depends on LCD
-config LCD_INFO_BELOW_LOGO
- bool "Show LCD info below the on-screen logo"
- depends on LCD_INFO && LCD_LOGO
-
config VIDEO_DW_HDMI
bool
help