From ba97899349a2a90e8799c79fdc1ab906bf439db4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 16 Oct 2022 15:11:32 -0600 Subject: 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 --- drivers/video/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers') 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 -- cgit v1.2.3