mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 23:25:54 +00:00
cf460a14ce
Fix this warning: warning: (VIDEO_TW5864 && VIDEO_MEDIATEK_VCODEC) selects VIDEOBUF2_DMA_CONTIG which has unmet direct dependencies (MEDIA_SUPPORT && HAS_DMA) This driver depends on HAS_DMA. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13 lines
427 B
Plaintext
13 lines
427 B
Plaintext
config VIDEO_TW5864
|
|
tristate "Techwell TW5864 video/audio grabber and encoder"
|
|
depends on VIDEO_DEV && PCI && VIDEO_V4L2
|
|
depends on HAS_DMA
|
|
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.
|