summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/Makefile
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2015-10-29 09:39:01 +0100
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-04-28 10:30:05 +0200
commit03c4c71d25b4868818deebeaa8943b75aa539512 (patch)
treeb2f18dc209c3eb26df306474e4f9cafe81a43781 /drivers/gpu/drm/sun4i/Makefile
parent29e57fab97fcdac9bf04db5f8f59ee63ab11b866 (diff)
downloadlinux-03c4c71d25b4868818deebeaa8943b75aa539512.tar.bz2
drm: sun4i: Add composite output
Some Allwinner SoCs have an IP called the TV encoder that is used to output composite and VGA signals. In such a case, we need to use the second TCON channel. Add support for that TV encoder. Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'drivers/gpu/drm/sun4i/Makefile')
-rw-r--r--drivers/gpu/drm/sun4i/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sun4i/Makefile b/drivers/gpu/drm/sun4i/Makefile
index 74f804b88ff5..58cd55149827 100644
--- a/drivers/gpu/drm/sun4i/Makefile
+++ b/drivers/gpu/drm/sun4i/Makefile
@@ -9,3 +9,5 @@ sun4i-tcon-y += sun4i_dotclock.o
obj-$(CONFIG_DRM_SUN4I) += sun4i-drm.o sun4i-tcon.o
obj-$(CONFIG_DRM_SUN4I) += sun4i_backend.o
+
+obj-$(CONFIG_DRM_SUN4I) += sun4i_tv.o