mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 23:40:55 +07:00
cc11b140c3
The dt3155 code is now in good shape, so move it out of staging into drivers/media/pci. Mark in MAINTAINERS that I'll do Odd Fixes for this driver. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
config VIDEO_DT3155
|
|
tristate "DT3155 frame grabber"
|
|
depends on PCI && VIDEO_DEV && VIDEO_V4L2
|
|
depends on HAS_DMA
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
default n
|
|
---help---
|
|
Enables dt3155 device driver for the DataTranslation DT3155 frame grabber.
|
|
Say Y here if you have this hardware.
|
|
In doubt, say N.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called dt3155.
|