blob: 9c232022403ac7984add53c0752d02803d031676 [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
Steven Tothb7101de2011-04-06 08:32:56 -03005 select VIDEOBUF_DVB
6 select VIDEOBUF_VMALLOC
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -03007 depends on RC_CORE
Mauro Carvalho Chehabfdbbfb02008-05-06 12:35:58 -03008 select VIDEO_TUNER
Hans Verkuil1c1e45d2008-04-28 20:24:33 -03009 select VIDEO_TVEEPROM
10 select VIDEO_CX2341X
11 select VIDEO_CS5345
Michael Krufkybeb31e62008-06-17 17:37:51 -030012 select DVB_S5H1409 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -030013 select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
Andy Walls2bfe2fa2011-03-27 00:20:37 -030014 select DVB_S5H1411 if !DVB_FE_CUSTOMISE
15 select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE
16 select MEDIA_TUNER_TDA8290 if !MEDIA_TUNER_CUSTOMISE
Hans Verkuil1c1e45d2008-04-28 20:24:33 -030017 ---help---
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.
Devin Heitmueller700b8ae2009-11-19 23:17:40 -030026
27config VIDEO_CX18_ALSA
28 tristate "Conexant 23418 DMA audio support"
29 depends on VIDEO_CX18 && SND && EXPERIMENTAL
30 select SND_PCM
31 ---help---
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.