Skip to content

Commit 642e21b

Browse files
Mythri P Ktomba
authored andcommitted
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 <[email protected]> Signed-off-by: Tomi Valkeinen <[email protected]>
1 parent 70be832 commit 642e21b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

drivers/video/omap2/dss/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ config OMAP2_DSS_VENC
6060
help
6161
OMAP Video Encoder support for S-Video and composite TV-out.
6262

63+
config OMAP4_DSS_HDMI
64+
bool "HDMI support"
65+
depends on ARCH_OMAP4
66+
default y
67+
help
68+
HDMI Interface. This adds the High Definition Multimedia Interface.
69+
See http://www.hdmi.org/ for HDMI specification.
70+
6371
config OMAP2_DSS_SDI
6472
bool "SDI support"
6573
depends on ARCH_OMAP3

drivers/video/omap2/dss/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ omapdss-$(CONFIG_OMAP2_DSS_RFBI) += rfbi.o
55
omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o
66
omapdss-$(CONFIG_OMAP2_DSS_SDI) += sdi.o
77
omapdss-$(CONFIG_OMAP2_DSS_DSI) += dsi.o
8+
omapdss-$(CONFIG_OMAP4_DSS_HDMI) += hdmi.o \
9+
hdmi_omap4_panel.o

0 commit comments

Comments
 (0)