diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-24 15:21:30 +0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 15:30:50 +0400 |
commit | 61a7f24a3f148b3fe491154943221f1a7fa729b7 (patch) | |
tree | 19dc97eb7705072e8f51797dc4fe5089f441d614 /drivers/video/omap2/displays-new/Makefile | |
parent | 3cb07ee66bca756921f0e967b687f4d0e05ba439 (diff) | |
download | linux-61a7f24a3f148b3fe491154943221f1a7fa729b7.tar.xz |
OMAPDSS: Add new Analog TV Connector driver
Add Analog TV 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 1007b5f53fbc..083bf0895573 100644 --- a/drivers/video/omap2/displays-new/Makefile +++ b/drivers/video/omap2/displays-new/Makefile @@ -2,3 +2,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 +obj-$(CONFIG_DISPLAY_CONNECTOR_ANALOG_TV) += connector-analog-tv.o |