diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-24 13:21:08 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 13:30:33 +0200 |
commit | 3cb07ee66bca756921f0e967b687f4d0e05ba439 (patch) | |
tree | f22ae5e881f91ec4128e8316c695fca2489b5ac9 /drivers/video/omap2/displays-new/Makefile | |
parent | OMAPDSS: Add new DVI Connector driver (diff) | |
download | linux-3cb07ee66bca756921f0e967b687f4d0e05ba439.tar.xz linux-3cb07ee66bca756921f0e967b687f4d0e05ba439.zip |
OMAPDSS: Add new HDMI Connector driver
Add HDMI Connector driver which uses the new DSS device model and DSS
ops.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/displays-new/Makefile')
-rw-r--r-- | drivers/video/omap2/displays-new/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays-new/Makefile b/drivers/video/omap2/displays-new/Makefile index ed7dd062dc92..1007b5f53fbc 100644 --- a/drivers/video/omap2/displays-new/Makefile +++ b/drivers/video/omap2/displays-new/Makefile @@ -1,3 +1,4 @@ obj-$(CONFIG_DISPLAY_ENCODER_TFP410) += encoder-tfp410.o obj-$(CONFIG_DISPLAY_ENCODER_TPD12S015) += encoder-tpd12s015.o obj-$(CONFIG_DISPLAY_CONNECTOR_DVI) += connector-dvi.o +obj-$(CONFIG_DISPLAY_CONNECTOR_HDMI) += connector-hdmi.o |