]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/Kconfig
video: simplefb
[u-boot] / drivers / video / Kconfig
index 9c6430c903bc199736b3e838b4c5c5173a45292b..5505ee6f57dc56f61c0e1d3fdb054c9ae0cbc5e2 100644 (file)
@@ -624,4 +624,14 @@ config VIDEO_DW_HDMI
          rather requires a SoC-specific glue driver to call it), it
          can not be enabled from the configuration menu.
 
+config VIDEO_SIMPLE
+       bool "Simple display driver for preconfigured display"
+       help
+         Enables a simple generic display driver which utilizes the
+         simple-framebuffer devicetree bindings.
+
+         This driver assumes that the display hardware has been initialized
+         before u-boot starts, and u-boot will simply render to the pre-
+         allocated frame buffer surface.
+
 endmenu