diff options
author | Mythri P K <mythripk@ti.com> | 2011-03-10 10:42:48 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-03-16 07:15:50 +0100 |
commit | 642e21bff200610b1d4c0e706d0a6b16ae4e25db (patch) | |
tree | efbb5634a541fe655b05a862103fae9bca359406 /drivers/video/omap2/dss/Kconfig | |
parent | OMAP4: DSS2: HDMI: HDMI panel driver addition in the DSS (diff) | |
download | linux-642e21bff200610b1d4c0e706d0a6b16ae4e25db.tar.xz 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/Kconfig')
-rw-r--r-- | drivers/video/omap2/dss/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig index db01473c3307..bfc5da0e9700 100644 --- a/drivers/video/omap2/dss/Kconfig +++ b/drivers/video/omap2/dss/Kconfig @@ -60,6 +60,14 @@ config OMAP2_DSS_VENC help OMAP Video Encoder support for S-Video and composite TV-out. +config OMAP4_DSS_HDMI + bool "HDMI support" + depends on ARCH_OMAP4 + default y + help + HDMI Interface. This adds the High Definition Multimedia Interface. + See http://www.hdmi.org/ for HDMI specification. + config OMAP2_DSS_SDI bool "SDI support" depends on ARCH_OMAP3 |