This option is not used anymore. Drop it.

Signed-off-by: Simon Glass <s...@chromium.org>
---

 cmd/Kconfig           | 2 +-
 drivers/video/Kconfig | 9 ---------
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 49247a41c00..835e098078c 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1868,7 +1868,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 5379b75affd..39492cfe77d 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -693,15 +693,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
-- 
2.38.0.413.g74048e4d9e-goog

Reply via email to