dm: x86: video: Add a driver-model driver for ivybridge graphics
[oweals/u-boot.git] / drivers / video / Kconfig
index 8361a717e76e628db375b61ade31a2890550f9df..fd26690097429550f0b6b641e7169bb6a1e9a71b 100644 (file)
@@ -366,7 +366,19 @@ config VIDEO_BROADWELL_IGD
        bool "Enable Intel Broadwell integrated graphics device"
        depends on X86
        help
-         This enabled support for integrated graphics on Intel broadwell
+         This enables 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_IVYBRIDGE_IGD
+       bool "Enable Intel Ivybridge integration graphics support"
+       depends on X86
+       help
+         This enables support for integrated graphics on Intel ivybridge
          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.