aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-18 07:24:15 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:17 +0100
commitd32eb92e9138214694efc9091f3760e445ce3905 (patch)
tree758f110bb2e6b3f061dd377ce13bf0c1f3e3edad /drivers
parentb667f4b8c002bf7a6b0e9e2271cb37dd5c81a1ae (diff)
downloadu-boot-d32eb92e9138214694efc9091f3760e445ce3905.zip
u-boot-d32eb92e9138214694efc9091f3760e445ce3905.tar.gz
u-boot-d32eb92e9138214694efc9091f3760e445ce3905.tar.bz2
video: Drop CONFIG_VIDEO
This option is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index b537b36..b4a6e8e 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