diff options
| author | Tom Rini <[email protected]> | 2016-01-26 09:48:07 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-01-26 09:48:07 -0500 |
| commit | b72ae192e39f933100b0eb034768cb4daeebf67a (patch) | |
| tree | 34d7b00636a472040f81b3ee1ae7f1a0a09ec1b7 /drivers/video/Kconfig | |
| parent | d6ea6d88769e85f6873a94065a1ba167c9b592da (diff) | |
| parent | 7588c312528eea9e24ef5c1b9a29a256ac5024d4 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-video
Diffstat (limited to 'drivers/video/Kconfig')
| -rw-r--r-- | drivers/video/Kconfig | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 912e3978810..f54631cc172 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -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). |
