mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
e15d1c12c5
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>
11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
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.
|