]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/Kconfig
Convert CONFIG_VIDEO to Kconfig
[u-boot] / drivers / video / Kconfig
index 86db0dac5a6093ad34148f5584582d6f178cbb39..866fafd7ebdf2b911a99c416c5522c21338f95bc 100644 (file)
@@ -434,4 +434,13 @@ config VIDEO_TEGRA124
 
 source "drivers/video/bridge/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.
+
 endmenu