blob: d9d2f6ad6ffbcfb66797cf93abf32b35220479b8 [file] [log] [blame]
Hans Verkuil1c1e45d2008-04-28 20:24:33 -03001config VIDEO_CX18
2 tristate "Conexant cx23418 MPEG encoder support"
3 depends on VIDEO_V4L2 && DVB_CORE && PCI && I2C && EXPERIMENTAL
4 select I2C_ALGOBIT
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -03005 depends on RC_CORE
Mauro Carvalho Chehabfdbbfb02008-05-06 12:35:58 -03006 select VIDEO_TUNER
Hans Verkuil1c1e45d2008-04-28 20:24:33 -03007 select VIDEO_TVEEPROM
8 select VIDEO_CX2341X
9 select VIDEO_CS5345
Michael Krufkybeb31e62008-06-17 17:37:51 -030010 select DVB_S5H1409 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -030011 select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
Hans Verkuil1c1e45d2008-04-28 20:24:33 -030012 ---help---
13 This is a video4linux driver for Conexant cx23418 based
14 PCI combo video recorder devices.
15
16 This is used in devices such as the Hauppauge HVR-1600
17 cards.
18
19 To compile this driver as a module, choose M here: the
20 module will be called cx18.
Devin Heitmueller700b8ae2009-11-19 23:17:40 -030021
22config VIDEO_CX18_ALSA
23 tristate "Conexant 23418 DMA audio support"
24 depends on VIDEO_CX18 && SND && EXPERIMENTAL
25 select SND_PCM
26 ---help---
27 This is a video4linux driver for direct (DMA) audio on
28 Conexant 23418 based TV cards using ALSA.
29
30 To compile this driver as a module, choose M here: the
31 module will be called cx18-alsa.