aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/common/Makefile
diff options
context:
space:
mode:
authorWang Huan <b18965@freescale.com>2014-09-05 13:52:49 +0800
committerYork Sun <yorksun@freescale.com>2014-09-08 10:30:35 -0700
commit4081bf4f903cf3709a48a0d67cba7b043dd7a50e (patch)
treefcff3795974a5bf1d9e7f9ef288c06149bbb317b /board/freescale/common/Makefile
parent327def5060d03648801b8c92b3235b0c9426af47 (diff)
downloadu-boot-4081bf4f903cf3709a48a0d67cba7b043dd7a50e.zip
u-boot-4081bf4f903cf3709a48a0d67cba7b043dd7a50e.tar.gz
u-boot-4081bf4f903cf3709a48a0d67cba7b043dd7a50e.tar.bz2
video: dcu: Add Sii9022A HDMI Transmitter support
On LS1021ATWR, Silicon's Sii9022A HDMI Transmitter is used. This patch adds the common setting for this chip. Signed-off-by: Alison Wang <alison.wang@freescale.com>
Diffstat (limited to 'board/freescale/common/Makefile')
-rw-r--r--board/freescale/common/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile
index 50d7731..32b5a3b 100644
--- a/board/freescale/common/Makefile
+++ b/board/freescale/common/Makefile
@@ -36,6 +36,8 @@ endif
obj-$(CONFIG_FSL_DIU_CH7301) += diu_ch7301.o
+obj-$(CONFIG_FSL_DCU_SII9022A) += dcu_sii9022a.o
+
obj-$(CONFIG_MPC8541CDS) += cds_pci_ft.o
obj-$(CONFIG_MPC8548CDS) += cds_pci_ft.o
obj-$(CONFIG_MPC8555CDS) += cds_pci_ft.o