]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/Kconfig
apalis_t30: fix pcie port 0 and 1 pin muxing
[u-boot] / drivers / video / Kconfig
index e6b7f11dc9d33401a3fefdfd49a59b0e4066d2b6..4c4d2861fe78d1e80cd851bdc653152915ab7c30 100644 (file)
@@ -174,7 +174,7 @@ config FRAMEBUFFER_SET_VESA_MODE
 
 choice
        prompt "framebuffer graphics resolution"
-       default FRAMEBUFFER_VESA_MODE_117
+       default FRAMEBUFFER_VESA_MODE_118
        depends on FRAMEBUFFER_SET_VESA_MODE
        help
          This option sets the resolution used for the U-Boot framebuffer (and
@@ -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