]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/media/video/cx18/Kconfig
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
[net-next-2.6.git] / drivers / media / video / cx18 / Kconfig
CommitLineData
1c1e45d1
HV
1config VIDEO_CX18
2 tristate "Conexant cx23418 MPEG encoder support"
3 depends on VIDEO_V4L2 && DVB_CORE && PCI && I2C && EXPERIMENTAL
755a18ba 4 depends on INPUT # due to VIDEO_IR
1c1e45d1 5 select I2C_ALGOBIT
361be7b1 6 depends on VIDEO_IR
fdbbfb09 7 select VIDEO_TUNER
1c1e45d1
HV
8 select VIDEO_TVEEPROM
9 select VIDEO_CX2341X
10 select VIDEO_CS5345
beb31e63 11 select DVB_S5H1409 if !DVB_FE_CUSTOMISE
1398ae1f 12 select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
1c1e45d1
HV
13 ---help---
14 This is a video4linux driver for Conexant cx23418 based
15 PCI combo video recorder devices.
16
17 This is used in devices such as the Hauppauge HVR-1600
18 cards.
19
20 To compile this driver as a module, choose M here: the
21 module will be called cx18.
700b8aec
DH
22
23config VIDEO_CX18_ALSA
24 tristate "Conexant 23418 DMA audio support"
25 depends on VIDEO_CX18 && SND && EXPERIMENTAL
26 select SND_PCM
27 ---help---
28 This is a video4linux driver for direct (DMA) audio on
29 Conexant 23418 based TV cards using ALSA.
30
31 To compile this driver as a module, choose M here: the
32 module will be called cx18-alsa.