diff options
author | Mythri P K <mythripk@ti.com> | 2011-03-10 15:12:48 +0530 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-03-16 11:45:50 +0530 |
commit | 642e21bff200610b1d4c0e706d0a6b16ae4e25db (patch) | |
tree | efbb5634a541fe655b05a862103fae9bca359406 /drivers/video/omap2/dss/Makefile | |
parent | 70be83235ea2815f6c2a5fd45753de406be6c6aa (diff) | |
download | blackbird-op-linux-642e21bff200610b1d4c0e706d0a6b16ae4e25db.tar.gz blackbird-op-linux-642e21bff200610b1d4c0e706d0a6b16ae4e25db.zip |
OMAP4: DSS2: HDMI: Add makefile and kconfig changes to enable HDMI in OMAP4
Adding kconfig and makefile changes to add support for HDMI in OMAP4.
Signed-off-by: Mythri P K <mythripk@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/Makefile')
-rw-r--r-- | drivers/video/omap2/dss/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/Makefile b/drivers/video/omap2/dss/Makefile index 7db17b5e570c..10d9d3bb3e24 100644 --- a/drivers/video/omap2/dss/Makefile +++ b/drivers/video/omap2/dss/Makefile @@ -5,3 +5,5 @@ omapdss-$(CONFIG_OMAP2_DSS_RFBI) += rfbi.o omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o omapdss-$(CONFIG_OMAP2_DSS_SDI) += sdi.o omapdss-$(CONFIG_OMAP2_DSS_DSI) += dsi.o +omapdss-$(CONFIG_OMAP4_DSS_HDMI) += hdmi.o \ + hdmi_omap4_panel.o |