diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-08 16:03:29 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-14 08:37:39 +0200 |
commit | 66525bb73235464e02bac99d8f01c88a5bf97d14 (patch) | |
tree | c57725c50a0e95bde28833dac477cb5e8f382c8d /drivers/video/Makefile | |
parent | fb685d3310a68d9f32f6ae8f328e63156c47ef09 (diff) | |
download | u-boot-imx-66525bb73235464e02bac99d8f01c88a5bf97d14.zip u-boot-imx-66525bb73235464e02bac99d8f01c88a5bf97d14.tar.gz u-boot-imx-66525bb73235464e02bac99d8f01c88a5bf97d14.tar.bz2 |
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/Makefile')
-rw-r--r-- | drivers/video/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index c2c4dfc..e85fd8a 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -33,6 +33,7 @@ obj-$(CONFIG_VIDEO_COREBOOT) += coreboot_fb.o obj-$(CONFIG_VIDEO_CT69000) += ct69000.o videomodes.o obj-$(CONFIG_VIDEO_DA8XX) += da8xx-fb.o videomodes.o obj-$(CONFIG_VIDEO_IMX25LCDC) += imx25lcdc.o videomodes.o +obj-$(CONFIG_VIDEO_LCD_ANX9804) += anx9804.o obj-$(CONFIG_VIDEO_LCD_HITACHI_TX18D42VM) += hitachi_tx18d42vm_lcd.o obj-$(CONFIG_VIDEO_LCD_SSD2828) += ssd2828.o obj-$(CONFIG_VIDEO_MB862xx) += mb862xx.o videomodes.o |