video: add an option for video simplefb via DT
[oweals/u-boot.git] / drivers / video / Kconfig
index e6b7f11dc9d33401a3fefdfd49a59b0e4066d2b6..45a105db06ae0551017b7488f8a8b5c97495d587 100644 (file)
@@ -650,4 +650,12 @@ config VIDEO_SIMPLE
          before u-boot starts, and u-boot will simply render to the pre-
          allocated frame buffer surface.
 
+config VIDEO_DT_SIMPLEFB
+       bool "Enable SimpleFB support for passing framebuffer to OS"
+       help
+         Enables the code to pass the framebuffer to the kernel as a
+         simple framebuffer in the device tree.
+         The video output is initialized by U-Boot, and kept by the
+         kernel.
+
 endmenu