]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/video/Kconfig
video kconfig console_normal
[people/ms/u-boot.git] / drivers / video / Kconfig
index f54631cc17288e790a65e11610c344d7edbc7031..d91b06b067da1bcc715fda02f4387b5cd379cdd4 100644 (file)
@@ -44,7 +44,17 @@ config VIDEO_BPP32
          this option, such displays will not be supported and console output
          will be empty.
 
-config VIDEO_ROTATION
+config CONSOLE_NORMAL
+       bool "Support a simple text console"
+       depends on DM_VIDEO
+       default y if DM_VIDEO
+       help
+         Support drawing text on the frame buffer console so that it can be
+         used as a console. Rotation is not supported by this driver (see
+         CONFIG_CONSOLE_ROTATION for that). A built-in 8x16 font is used
+         for the display.
+
+config CONSOLE_ROTATION
        bool "Support rotated displays"
        depends on DM_VIDEO
        help