]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-video
[u-boot] / drivers / video / Kconfig
index 912e397881080d100766dcc9a317223c8eb3c316..f54631cc17288e790a65e11610c344d7edbc7031 100644 (file)
@@ -293,10 +293,25 @@ config VIDEO_LCD_SPI_MISO
        option takes a string in the format understood by 'name_to_gpio'
        function, e.g. PH1 for pin 1 of port H.
 
+config VIDEO_MVEBU
+       bool "Armada XP LCD controller"
+       default n
+       ---help---
+       Support for the LCD controller integrated in the Marvell
+       Armada XP SoC.
+
+config I2C_EDID
+       bool "Enable EDID library"
+       depends on DM_I2C
+       default n
+       help
+          This enables library for accessing EDID data from an LCD panel.
+
 config DISPLAY
        bool "Enable Display support"
        depends on DM
-       default y
+       default n
+       select I2C_EDID
        help
           This supports drivers that provide a display, such as eDP (Embedded
           DisplayPort) and HDMI (High Definition Multimedia Interface).