]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/media/pci/cx18/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / drivers / media / pci / cx18 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1c1e45d1
HV
2config VIDEO_CX18
3 tristate "Conexant cx23418 MPEG encoder support"
2cca7d4e 4 depends on VIDEO_V4L2 && DVB_CORE && PCI && I2C
1c1e45d1 5 select I2C_ALGOBIT
b7101de3 6 select VIDEOBUF_VMALLOC
6bda9644 7 depends on RC_CORE
fdbbfb09 8 select VIDEO_TUNER
1c1e45d1
HV
9 select VIDEO_TVEEPROM
10 select VIDEO_CX2341X
11 select VIDEO_CS5345
fccea74f
MCC
12 select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT
13 select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT
14 select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
15 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
16 select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
b60a5b8d 17 help
1c1e45d1
HV
18 This is a video4linux driver for Conexant cx23418 based
19 PCI combo video recorder devices.
20
21 This is used in devices such as the Hauppauge HVR-1600
22 cards.
23
24 To compile this driver as a module, choose M here: the
25 module will be called cx18.
700b8aec
DH
26
27config VIDEO_CX18_ALSA
28 tristate "Conexant 23418 DMA audio support"
2cca7d4e 29 depends on VIDEO_CX18 && SND
700b8aec 30 select SND_PCM
b60a5b8d 31 help
700b8aec
DH
32 This is a video4linux driver for direct (DMA) audio on
33 Conexant 23418 based TV cards using ALSA.
34
35 To compile this driver as a module, choose M here: the
36 module will be called cx18-alsa.