diff options
author | Simon Glass | 2022-10-16 15:08:59 -0600 |
---|---|---|
committer | Anatolij Gustschin | 2022-10-30 20:07:16 +0100 |
commit | 816605652dd062a655a077778ed0f5c9724646fd (patch) | |
tree | f1445a9d3cd6f655602d12c02c558b5e5d2b4d5e /drivers | |
parent | 817f93422bf36cafe636cf093a5fce3ebe94d5c6 (diff) |
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')
-rw-r--r-- | drivers/video/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3a692b8a3c5..9083267d007 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 |