summaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-08-08 16:03:29 +0200
committerHans de Goede <hdegoede@redhat.com>2015-08-14 08:37:39 +0200
commit66525bb73235464e02bac99d8f01c88a5bf97d14 (patch)
treec57725c50a0e95bde28833dac477cb5e8f382c8d /drivers/video/Kconfig
parentfb685d3310a68d9f32f6ae8f328e63156c47ef09 (diff)
downloadtalos-obmc-uboot-66525bb73235464e02bac99d8f01c88a5bf97d14.tar.gz
talos-obmc-uboot-66525bb73235464e02bac99d8f01c88a5bf97d14.zip
video: Add support for the ANX9804 parallel lcd to dp bridge chip
Add support for the ANX9804 bridge chip, which can take pixel data coming from a parallel LCD interface and translate it on the fly into a DP interface for driving eDP TFT displays. It uses I2C for configuration. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 5cb36851e7..1dc082a7a5 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -151,6 +151,14 @@ config FRAMEBUFFER_VESA_MODE
default 0x11B if FRAMEBUFFER_VESA_MODE_11B
default 0x117 if FRAMEBUFFER_VESA_MODE_USER
+config VIDEO_LCD_ANX9804
+ bool "ANX9804 bridge chip"
+ default n
+ ---help---
+ Support for the ANX9804 bridge chip, which can take pixel data coming
+ from a parallel LCD interface and translate it on the fy into a DP
+ interface for driving eDP TFT displays. It uses I2C for configuration.
+
config VIDEO_LCD_SSD2828
bool "SSD2828 bridge chip"
default n
OpenPOWER on IntegriCloud