]> err.no Git - linux-2.6/blob - drivers/media/video/cx88/Kconfig
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / drivers / media / video / cx88 / Kconfig
1 config VIDEO_CX88_VP3054
2         tristate
3         depends on VIDEO_CX88_DVB && DVB_MT352
4
5 config VIDEO_CX88
6         tristate "Conexant 2388x (bt878 successor) support"
7         depends on VIDEO_DEV && PCI && I2C
8         select I2C_ALGOBIT
9         select FW_LOADER
10         select VIDEO_BTCX
11         select VIDEO_BUF
12         select VIDEO_TUNER
13         select VIDEO_TVEEPROM
14         select VIDEO_CX2341X
15         select VIDEO_IR
16         ---help---
17           This is a video4linux driver for Conexant 2388x based
18           TV cards.
19
20           To compile this driver as a module, choose M here: the
21           module will be called cx8800
22
23 config VIDEO_CX88_ALSA
24         tristate "Conexant 2388x DMA audio support"
25         depends on VIDEO_CX88 && SND && EXPERIMENTAL
26         select SND_PCM
27         ---help---
28           This is a video4linux driver for direct (DMA) audio on
29           Conexant 2388x based TV cards using ALSA.
30
31           It only works with boards with function 01 enabled.
32           To check if your board supports, use lspci -n.
33           If supported, you should see 14f1:8801 or 14f1:8811
34           PCI device.
35
36           To compile this driver as a module, choose M here: the
37           module will be called cx88-alsa.
38
39 config VIDEO_CX88_DVB
40         tristate "DVB/ATSC Support for cx2388x based TV cards"
41         depends on VIDEO_CX88 && DVB_CORE
42         select VIDEO_BUF_DVB
43         ---help---
44           This adds support for DVB/ATSC cards based on the
45           Connexant 2388x chip.
46
47           To compile this driver as a module, choose M here: the
48           module will be called cx88-dvb.
49
50           You must also select one or more DVB/ATSC demodulators.
51           If you are unsure which you need, choose all of them.
52
53 config VIDEO_CX88_DVB_ALL_FRONTENDS
54         bool "Build all supported frontends for cx2388x based TV cards"
55         default y
56         depends on VIDEO_CX88_DVB
57         select DVB_MT352
58         select VIDEO_CX88_VP3054
59         select DVB_ZL10353
60         select DVB_OR51132
61         select DVB_CX22702
62         select DVB_LGDT330X
63         select DVB_NXT200X
64         select DVB_CX24123
65         select DVB_ISL6421
66         ---help---
67           This builds cx88-dvb with all currently supported frontend
68           demodulators.  If you wish to tweak your configuration, and
69           only include support for the hardware that you need, choose N here.
70
71           If you are unsure, choose Y.
72
73 config VIDEO_CX88_DVB_MT352
74         bool "Zarlink MT352 DVB-T Support"
75         default y
76         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
77         select DVB_MT352
78         ---help---
79           This adds DVB-T support for cards based on the
80           Connexant 2388x chip and the MT352 demodulator.
81
82 config VIDEO_CX88_DVB_VP3054
83         bool "VP-3054 Secondary I2C Bus Support"
84         default y
85         depends on VIDEO_CX88_DVB_MT352
86         select VIDEO_CX88_VP3054
87         ---help---
88           This adds DVB-T support for cards based on the
89           Connexant 2388x chip and the MT352 demodulator,
90           which also require support for the VP-3054
91           Secondary I2C bus, such at DNTV Live! DVB-T Pro.
92
93 config VIDEO_CX88_DVB_ZL10353
94         bool "Zarlink ZL10353 DVB-T Support"
95         default y
96         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
97         select DVB_ZL10353
98         ---help---
99           This adds DVB-T support for cards based on the
100           Connexant 2388x chip and the ZL10353 demodulator,
101           successor to the Zarlink MT352.
102
103 config VIDEO_CX88_DVB_OR51132
104         bool "OR51132 ATSC Support"
105         default y
106         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
107         select DVB_OR51132
108         ---help---
109           This adds ATSC 8VSB and QAM64/256 support for cards based on the
110           Connexant 2388x chip and the OR51132 demodulator.
111
112 config VIDEO_CX88_DVB_CX22702
113         bool "Conexant CX22702 DVB-T Support"
114         default y
115         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
116         select DVB_CX22702
117         ---help---
118           This adds DVB-T support for cards based on the
119           Connexant 2388x chip and the CX22702 demodulator.
120
121 config VIDEO_CX88_DVB_LGDT330X
122         bool "LG Electronics DT3302/DT3303 ATSC Support"
123         default y
124         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
125         select DVB_LGDT330X
126         ---help---
127           This adds ATSC 8VSB and QAM64/256 support for cards based on the
128           Connexant 2388x chip and the LGDT3302/LGDT3303 demodulator.
129
130 config VIDEO_CX88_DVB_NXT200X
131         bool "NXT2002/NXT2004 ATSC Support"
132         default y
133         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
134         select DVB_NXT200X
135         ---help---
136           This adds ATSC 8VSB and QAM64/256 support for cards based on the
137           Connexant 2388x chip and the NXT2002/NXT2004 demodulator.
138
139 config VIDEO_CX88_DVB_CX24123
140         bool "Conexant CX24123 DVB-S Support"
141         default y
142         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
143         select DVB_CX24123
144         select DVB_ISL6421
145         ---help---
146           This adds DVB-S support for cards based on the
147           Connexant 2388x chip and the CX24123 demodulator.