]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/video/Kconfig
Convert CONFIG_VIDEO_SW_CURSOR to Kconfig
[people/ms/u-boot.git] / drivers / video / Kconfig
index a842da6f11eb6be1c0023b7d268e940f095f2a43..64923664710dbc7b0e54ce67d4b76ac81f46c50a 100644 (file)
@@ -503,6 +503,16 @@ config VGA_AS_SINGLE_DEVICE
          may be used if you have no keyboard device, or more than one
          (USB Keyboard, AT Keyboard).
 
+config VIDEO_SW_CURSOR
+       bool "Enable a software cursor"
+       depends on CFB_CONSOLE
+       default y if CFB_CONSOLE
+       help
+         This draws a cursor after the last character. No blinking is
+         provided. This makes it possible to see the current cursor
+         position when entering text on the console. It is recommended to
+         enable this.
+
 config VIDEO_CT69000
        bool "Enable Chips & Technologies 69000 video driver"
        depends on VIDEO