diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-24 13:20:14 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 13:16:04 +0200 |
commit | a0ee577fa26959d6ae8fe89ea5121ec444e8c0f1 (patch) | |
tree | be1f165bf117ac20837208bfb3bee77031d48434 /drivers/video/omap2/displays-new/Makefile | |
parent | OMAPDSS: Add new TFP410 Encoder driver (diff) | |
download | linux-a0ee577fa26959d6ae8fe89ea5121ec444e8c0f1.tar.xz linux-a0ee577fa26959d6ae8fe89ea5121ec444e8c0f1.zip |
OMAPDSS: Add new TPD12S015 Encoder driver
Add TPD12S015 HDMI ESD protection and level shifter encoder 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 b0d34572ec7c..c2ee45e2e2c3 100644 --- a/drivers/video/omap2/displays-new/Makefile +++ b/drivers/video/omap2/displays-new/Makefile @@ -1 +1,2 @@ obj-$(CONFIG_DISPLAY_ENCODER_TFP410) += encoder-tfp410.o +obj-$(CONFIG_DISPLAY_ENCODER_TPD12S015) += encoder-tpd12s015.o |