From: Simon Glass Date: Tue, 18 Oct 2022 13:24:15 +0000 (-0600) Subject: video: Drop CONFIG_VIDEO X-Git-Tag: v2025.01-rc5-pxa1908~1229^2~7 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=d32eb92e9138214694efc9091f3760e445ce3905;p=u-boot.git video: Drop CONFIG_VIDEO This option is not used anymore. Drop it. Signed-off-by: Simon Glass --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 5419716011..6cbc8f1fa2 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1877,7 +1877,7 @@ menu "Misc commands" config CMD_BMP bool "Enable 'bmp' command" - depends on LCD || DM_VIDEO || VIDEO + depends on LCD || 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 b537b36776..b4a6e8ea15 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -700,15 +700,6 @@ config VIDEO_ZYNQMP_DPSUB source "drivers/video/nexell/Kconfig" -config VIDEO - bool "Enable legacy video support" - depends on !DM_VIDEO - help - Define this for video support, without using driver model. Some - drivers use this because they are not yet converted to driver - model. Video drivers typically provide a colour text console and - cursor. - config CONSOLE_SCROLL_LINES int "Number of lines to scroll the console by" depends on DM_VIDEO || LCD