summaryrefslogtreecommitdiff
path: root/drivers/media/pci/tw5864/Kconfig
diff options
context:
space:
mode:
authorAndrey Utkin <andrey.utkin@corp.bluecherry.net>2016-07-20 10:07:12 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-24 11:17:22 -0300
commit34d1324edd3154105b7a3985c6c4384d602f2ab6 (patch)
tree6fd7cd9192805ad0fe16da003ca45d7922ba45dc /drivers/media/pci/tw5864/Kconfig
parent2ba775d0f643a070ff0820a3059572871d947e6a (diff)
[media] pci: Add tw5864 driver
Support for boards based on Techwell TW5864 chip which provides multichannel video & audio grabbing and encoding (H.264, MJPEG, ADPCM G.726). This submission implements only H.264 encoding of all channels at D1 resolution. Thanks to Mark Thompson <sw@jkqxz.net> for help, and for contribution of H.264 startcode emulation prevention code. Signed-off-by: Andrey Utkin <andrey.utkin@corp.bluecherry.net> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/tw5864/Kconfig')
-rw-r--r--drivers/media/pci/tw5864/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/pci/tw5864/Kconfig b/drivers/media/pci/tw5864/Kconfig
new file mode 100644
index 000000000000..760fb11dfeae
--- /dev/null
+++ b/drivers/media/pci/tw5864/Kconfig
@@ -0,0 +1,11 @@
+config VIDEO_TW5864
+ tristate "Techwell TW5864 video/audio grabber and encoder"
+ depends on VIDEO_DEV && PCI && VIDEO_V4L2
+ select VIDEOBUF2_DMA_CONTIG
+ ---help---
+ Support for boards based on Techwell TW5864 chip which provides
+ multichannel video & audio grabbing and encoding (H.264, MJPEG,
+ ADPCM G.726).
+
+ To compile this driver as a module, choose M here: the
+ module will be called tw5864.