]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/media/video/cx88/Kconfig
VIDEO_CX88_ALSA must select SND_PCM
[linux-2.6-omap-h63xx.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_DVB
19         tristate "DVB/ATSC Support for cx2388x based TV cards"
20         depends on VIDEO_CX88 && DVB_CORE
21         select VIDEO_BUF_DVB
22         ---help---
23           This adds support for DVB/ATSC cards based on the
24           Connexant 2388x chip.
25
26           To compile this driver as a module, choose M here: the
27           module will be called cx88-dvb.
28
29           You must also select one or more DVB/ATSC demodulators.
30           If you are unsure which you need, choose all of them.
31
32 config VIDEO_CX88_ALSA
33         tristate "ALSA DMA audio support"
34         depends on VIDEO_CX88 && SND && EXPERIMENTAL
35         select SND_PCM
36         ---help---
37           This is a video4linux driver for direct (DMA) audio on
38           Conexant 2388x based TV cards.
39           It only works with boards with function 01 enabled.
40           To check if your board supports, use lspci -n.
41           If supported, you should see 1471:8801 or 1471:8811
42           PCI device.
43
44           To compile this driver as a module, choose M here: the
45           module will be called cx88-alsa.
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 DVB_OR51132
53         select DVB_CX22702
54         select DVB_LGDT330X
55         select DVB_NXT200X
56         select DVB_CX24123
57         ---help---
58           This builds cx88-dvb with all currently supported frontend
59           demodulators.  If you wish to tweak your configuration, and
60           only include support for the hardware that you need, choose N here.
61
62           If you are unsure, choose Y.
63
64 config VIDEO_CX88_DVB_MT352
65         bool "Zarlink MT352 DVB-T Support"
66         default y
67         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
68         select DVB_MT352
69         ---help---
70           This adds DVB-T support for cards based on the
71           Connexant 2388x chip and the MT352 demodulator.
72
73 config VIDEO_CX88_DVB_OR51132
74         bool "OR51132 ATSC Support"
75         default y
76         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
77         select DVB_OR51132
78         ---help---
79           This adds ATSC 8VSB and QAM64/256 support for cards based on the
80           Connexant 2388x chip and the OR51132 demodulator.
81
82 config VIDEO_CX88_DVB_CX22702
83         bool "Conexant CX22702 DVB-T Support"
84         default y
85         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
86         select DVB_CX22702
87         ---help---
88           This adds DVB-T support for cards based on the
89           Connexant 2388x chip and the CX22702 demodulator.
90
91 config VIDEO_CX88_DVB_LGDT330X
92         bool "LG Electronics DT3302/DT3303 ATSC Support"
93         default y
94         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
95         select DVB_LGDT330X
96         ---help---
97           This adds ATSC 8VSB and QAM64/256 support for cards based on the
98           Connexant 2388x chip and the LGDT3302/LGDT3303 demodulator.
99
100 config VIDEO_CX88_DVB_NXT200X
101         bool "NXT2002/NXT2004 ATSC Support"
102         default y
103         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
104         select DVB_NXT200X
105         ---help---
106           This adds ATSC 8VSB and QAM64/256 support for cards based on the
107           Connexant 2388x chip and the NXT2002/NXT2004 demodulator.
108
109 config VIDEO_CX88_DVB_CX24123
110         bool "Conexant CX24123 DVB-S Support"
111         default y
112         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
113         select DVB_CX24123
114         ---help---
115           This adds DVB-S support for cards based on the
116           Connexant 2388x chip and the CX24123 demodulator.