d788ad6f5c489cce3643a67d196ab4e9a92a03a2
[deliverable/linux.git] / drivers / media / video / cx18 / Kconfig
1 config VIDEO_CX18
2 tristate "Conexant cx23418 MPEG encoder support"
3 depends on VIDEO_V4L2 && DVB_CORE && PCI && I2C && EXPERIMENTAL
4 select I2C_ALGOBIT
5 depends on RC_CORE
6 select VIDEO_TUNER
7 select VIDEO_TVEEPROM
8 select VIDEO_CX2341X
9 select VIDEO_CS5345
10 select DVB_S5H1409 if !DVB_FE_CUSTOMISE
11 select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
12 select DVB_S5H1411 if !DVB_FE_CUSTOMISE
13 select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE
14 select MEDIA_TUNER_TDA8290 if !MEDIA_TUNER_CUSTOMISE
15 ---help---
16 This is a video4linux driver for Conexant cx23418 based
17 PCI combo video recorder devices.
18
19 This is used in devices such as the Hauppauge HVR-1600
20 cards.
21
22 To compile this driver as a module, choose M here: the
23 module will be called cx18.
24
25 config VIDEO_CX18_ALSA
26 tristate "Conexant 23418 DMA audio support"
27 depends on VIDEO_CX18 && SND && EXPERIMENTAL
28 select SND_PCM
29 ---help---
30 This is a video4linux driver for direct (DMA) audio on
31 Conexant 23418 based TV cards using ALSA.
32
33 To compile this driver as a module, choose M here: the
34 module will be called cx18-alsa.
This page took 0.030736 seconds and 4 git commands to generate.