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