]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/media/video/cx88/Kconfig
[PATCH] v4l: 842: create kconfig files for cx88 and saa7134 directories
[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 && EXPERIMENTAL
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_DVB_ALL_FRONTENDS
33         bool "Build all supported frontends for cx2388x based TV cards"
34         default y
35         depends on VIDEO_CX88_DVB
36         select DVB_MT352
37         select DVB_OR51132
38         select DVB_CX22702
39         select DVB_LGDT330X
40         ---help---
41           This builds cx88-dvb with all currently supported frontend
42           demodulators.  If you wish to tweak your configuration, and
43           only include support for the hardware that you need, choose N here.
44
45           If you are unsure, choose Y.
46
47 config VIDEO_CX88_DVB_MT352
48         tristate "Zarlink MT352 DVB-T Support"
49         default m
50         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
51         select DVB_MT352
52         ---help---
53           This adds DVB-T support for cards based on the
54           Connexant 2388x chip and the MT352 demodulator.
55
56 config VIDEO_CX88_DVB_OR51132
57         tristate "OR51132 ATSC Support"
58         default m
59         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
60         select DVB_OR51132
61         ---help---
62           This adds ATSC 8VSB and QAM64/256 support for cards based on the
63           Connexant 2388x chip and the OR51132 demodulator.
64
65 config VIDEO_CX88_DVB_CX22702
66         tristate "Conexant CX22702 DVB-T Support"
67         default m
68         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
69         select DVB_CX22702
70         ---help---
71           This adds DVB-T support for cards based on the
72           Connexant 2388x chip and the CX22702 demodulator.
73
74 config VIDEO_CX88_DVB_LGDT330X
75         tristate "LG Electronics DT3302/DT3303 ATSC Support"
76         default m
77         depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
78         select DVB_LGDT330X
79         ---help---
80           This adds ATSC 8VSB and QAM64/256 support for cards based on the
81           Connexant 2388x chip and the LGDT3302/LGDT3303 demodulator.