diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-09-03 03:36:14 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-04 11:30:53 -0300 |
commit | e15d1c12c5878b3a80d6573af1721e17264e0286 (patch) | |
tree | 88371b64c975b890d6a49b15b2607bdcab8509dd /drivers/media/pci/tw68/Kconfig | |
parent | 5740f4e75f713015067e2667a52bd3b35ef91e07 (diff) | |
download | blackbird-op-linux-e15d1c12c5878b3a80d6573af1721e17264e0286.tar.gz blackbird-op-linux-e15d1c12c5878b3a80d6573af1721e17264e0286.zip |
[media] tw68: refactor and cleanup the tw68 driver
Refactor and clean up the tw68 driver. It's now using the proper
V4L2 core frameworks.
Tested with my Techwell tw6805a and tw6816 grabber boards.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/tw68/Kconfig')
-rw-r--r-- | drivers/media/pci/tw68/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/pci/tw68/Kconfig b/drivers/media/pci/tw68/Kconfig new file mode 100644 index 000000000000..5425ba1e320d --- /dev/null +++ b/drivers/media/pci/tw68/Kconfig @@ -0,0 +1,10 @@ +config VIDEO_TW68 + tristate "Techwell tw68x Video For Linux" + depends on VIDEO_DEV && PCI && VIDEO_V4L2 + select I2C_ALGOBIT + select VIDEOBUF2_DMA_SG + ---help--- + Support for Techwell tw68xx based frame grabber boards. + + To compile this driver as a module, choose M here: the + module will be called tw68. |