]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/Kconfig
mmc: sdhci: use the host version value in sdhci_setup_cfg
[u-boot] / drivers / video / Kconfig
index ff4179fcd89d7437b47e77cc5f9ec1dc8de89dea..8361a717e76e628db375b61ade31a2890550f9df 100644 (file)
@@ -112,7 +112,7 @@ config VIDEO_VESA
 
 config FRAMEBUFFER_SET_VESA_MODE
        bool "Set framebuffer graphics resolution"
-       depends on VIDEO_VESA
+       depends on VIDEO_VESA || VIDEO_BROADWELL_IGD
        help
          Set VESA/native framebuffer mode (needed for bootsplash and graphical
          framebuffer console)
@@ -362,6 +362,18 @@ config DISPLAY
           The devices provide a simple interface to start up the display,
           read display information and enable it.
 
+config VIDEO_BROADWELL_IGD
+       bool "Enable Intel Broadwell integrated graphics device"
+       depends on X86
+       help
+         This enabled support for integrated graphics on Intel broadwell
+         devices. Initialisation is mostly performed by a VGA boot ROM, with
+         some setup handled by U-Boot itself. The graphics adaptor works as
+         a VESA device and supports LCD panels, eDP and LVDS outputs.
+         Configuration of most aspects of device operation is performed using
+         a special tool which configures the VGA ROM, but the graphics
+         resolution can be selected in U-Boot.
+
 config VIDEO_ROCKCHIP
        bool "Enable Rockchip video support"
        depends on DM_VIDEO