summaryrefslogtreecommitdiff
path: root/drivers/media/platform/am437x/Makefile
diff options
context:
space:
mode:
authorBenoit Parrot <bparrot@ti.com>2014-12-09 16:43:44 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-12-23 12:09:58 -0200
commit417d2e507edcb5cf15eb344f86bd3dd28737f24e (patch)
treec4f5d7079f63144c28aa5ceb6d7a94d7c62ae8cc /drivers/media/platform/am437x/Makefile
parent3b1635e02e524e2cc7bded4b998d35074b68065e (diff)
[media] media: platform: add VPFE capture driver support for AM437X
This patch adds Video Processing Front End (VPFE) driver for AM437X family of devices Driver supports the following: - V4L2 API using MMAP buffer access based on videobuf2 api - Asynchronous sensor/decoder sub device registration - DT support Signed-off-by: Benoit Parrot <bparrot@ti.com> Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> [hans.verkuil@cisco.com: swapped two lines to fix vpfe_release() & add pinctrl include] Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/am437x/Makefile')
-rw-r--r--drivers/media/platform/am437x/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/platform/am437x/Makefile b/drivers/media/platform/am437x/Makefile
new file mode 100644
index 000000000000..d11fff16f260
--- /dev/null
+++ b/drivers/media/platform/am437x/Makefile
@@ -0,0 +1,3 @@
+# Makefile for AM437x VPFE driver
+
+obj-$(CONFIG_VIDEO_AM437X_VPFE) += am437x-vpfe.o