summaryrefslogtreecommitdiff
path: root/drivers/media/video/blackfin/Kconfig
diff options
context:
space:
mode:
authorScott Jiang <scott.jiang.linux@gmail.com>2012-03-08 17:44:17 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-03-19 15:08:20 -0300
commit63b1a90da93e019adcafa2b2b1b921fc97debec5 (patch)
tree1b90018dd9b9ac89207293be1672427ac377c33e /drivers/media/video/blackfin/Kconfig
parentf877ed9780f43da51a4544e5b90b7f4a145964ff (diff)
[media] add blackfin capture bridge driver
This is a v4l2 bridge driver for Blackfin video capture device, support ppi and eppi interface. Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/blackfin/Kconfig')
-rw-r--r--drivers/media/video/blackfin/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/blackfin/Kconfig b/drivers/media/video/blackfin/Kconfig
new file mode 100644
index 000000000000..ecd5323768b7
--- /dev/null
+++ b/drivers/media/video/blackfin/Kconfig
@@ -0,0 +1,10 @@
+config VIDEO_BLACKFIN_CAPTURE
+ tristate "Blackfin Video Capture Driver"
+ depends on VIDEO_V4L2 && BLACKFIN && I2C
+ select VIDEOBUF2_DMA_CONTIG
+ help
+ V4L2 bridge driver for Blackfin video capture device.
+ Choose PPI or EPPI as its interface.
+
+ To compile this driver as a module, choose M here: the
+ module will be called bfin_video_capture.