summaryrefslogtreecommitdiffstats
path: root/drivers/media/spi/Makefile
diff options
context:
space:
mode:
authorCharles-Antoine Couret <charles-antoine.couret@nexvision.fr>2016-09-15 12:29:51 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-19 14:36:24 -0300
commit7aae6e2df127f9f7a96c21e21a277dd7ff063e6a (patch)
tree94038d09adda4f7f4b2f2b289fa8a99a54a66b29 /drivers/media/spi/Makefile
parent4053aad5f1fb1bf5df2c57d698a2eea40f919e9c (diff)
downloadlinux-7aae6e2df127f9f7a96c21e21a277dd7ff063e6a.tar.bz2
[media] Add GS1662 driver, a video serializer
You can read datasheet here: http://www.c-dis.net/media/871/GS1662_Datasheet.pdf It's a component which supports HD and SD CEA or SDI formats to SDI output. It's configured through SPI bus. GS1662 driver is implemented as v4l2 subdev. Signed-off-by: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/spi/Makefile')
-rw-r--r--drivers/media/spi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/spi/Makefile b/drivers/media/spi/Makefile
new file mode 100644
index 000000000000..ea64013d16cc
--- /dev/null
+++ b/drivers/media/spi/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_VIDEO_GS1662) += gs1662.o