blob: ff0f72340d6911802b4a7f9a4a440105e89d2bc6 [file] [log] [blame]
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -08001config VIDEO_CX88
2 tristate "Conexant 2388x (bt878 successor) support"
Michael Krufky710a7252005-11-08 21:38:25 -08003 depends on VIDEO_DEV && PCI && I2C
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -08004 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
Mauro Carvalho Chehabb7f355d2006-01-09 15:32:44 -020018config VIDEO_CX88_ALSA
Michael Krufkybc2c7c32006-03-18 18:36:44 -030019 tristate "Conexant 2388x DMA audio support"
Mauro Carvalho Chehab15192b12006-01-15 06:50:01 -020020 depends on VIDEO_CX88 && SND && EXPERIMENTAL
Adrian Bunk337208d2006-01-23 09:48:02 -020021 select SND_PCM
Mauro Carvalho Chehabb7f355d2006-01-09 15:32:44 -020022 ---help---
23 This is a video4linux driver for direct (DMA) audio on
Michael Krufkybc2c7c32006-03-18 18:36:44 -030024 Conexant 2388x based TV cards using ALSA.
25
Mauro Carvalho Chehabb7f355d2006-01-09 15:32:44 -020026 It only works with boards with function 01 enabled.
27 To check if your board supports, use lspci -n.
28 If supported, you should see 1471:8801 or 1471:8811
29 PCI device.
30
31 To compile this driver as a module, choose M here: the
32 module will be called cx88-alsa.
33
Michael Krufky60a6dc52006-03-15 02:36:13 -030034config VIDEO_CX88_DVB
35 tristate "DVB/ATSC Support for cx2388x based TV cards"
36 depends on VIDEO_CX88 && DVB_CORE
37 select VIDEO_BUF_DVB
38 ---help---
39 This adds support for DVB/ATSC cards based on the
40 Connexant 2388x chip.
41
42 To compile this driver as a module, choose M here: the
43 module will be called cx88-dvb.
44
45 You must also select one or more DVB/ATSC demodulators.
46 If you are unsure which you need, choose all of them.
47
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080048config VIDEO_CX88_DVB_ALL_FRONTENDS
49 bool "Build all supported frontends for cx2388x based TV cards"
50 default y
51 depends on VIDEO_CX88_DVB
52 select DVB_MT352
Michael Krufkybff75d22006-01-23 17:11:07 -020053 select VIDEO_CX88_VP3054
Michael Krufky0785c872006-02-28 14:02:15 -030054 select DVB_ZL10353
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080055 select DVB_OR51132
56 select DVB_CX22702
57 select DVB_LGDT330X
Kirk Laprayfde6d312005-11-08 21:38:18 -080058 select DVB_NXT200X
Steven Toth0fa14aa2006-01-09 15:25:02 -020059 select DVB_CX24123
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080060 ---help---
61 This builds cx88-dvb with all currently supported frontend
62 demodulators. If you wish to tweak your configuration, and
63 only include support for the hardware that you need, choose N here.
64
65 If you are unsure, choose Y.
66
67config VIDEO_CX88_DVB_MT352
Michael Krufky20c5ab62005-11-28 13:44:08 -080068 bool "Zarlink MT352 DVB-T Support"
69 default y
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080070 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
71 select DVB_MT352
72 ---help---
73 This adds DVB-T support for cards based on the
74 Connexant 2388x chip and the MT352 demodulator.
75
Michael Krufkybff75d22006-01-23 17:11:07 -020076config VIDEO_CX88_VP3054
77 tristate "VP-3054 Secondary I2C Bus Support"
78 default m
79 depends on DVB_MT352
80 ---help---
81 This adds DVB-T support for cards based on the
82 Connexant 2388x chip and the MT352 demodulator,
83 which also require support for the VP-3054
84 Secondary I2C bus, such at DNTV Live! DVB-T Pro.
85
Michael Krufky0785c872006-02-28 14:02:15 -030086config VIDEO_CX88_DVB_ZL10353
87 bool "Zarlink ZL10353 DVB-T Support"
88 default y
89 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
90 select DVB_ZL10353
91 ---help---
92 This adds DVB-T support for cards based on the
93 Connexant 2388x chip and the ZL10353 demodulator,
94 successor to the Zarlink MT352.
95
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080096config VIDEO_CX88_DVB_OR51132
Michael Krufky20c5ab62005-11-28 13:44:08 -080097 bool "OR51132 ATSC Support"
98 default y
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080099 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
100 select DVB_OR51132
101 ---help---
102 This adds ATSC 8VSB and QAM64/256 support for cards based on the
103 Connexant 2388x chip and the OR51132 demodulator.
104
105config VIDEO_CX88_DVB_CX22702
Michael Krufky20c5ab62005-11-28 13:44:08 -0800106 bool "Conexant CX22702 DVB-T Support"
107 default y
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -0800108 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
109 select DVB_CX22702
110 ---help---
111 This adds DVB-T support for cards based on the
112 Connexant 2388x chip and the CX22702 demodulator.
113
114config VIDEO_CX88_DVB_LGDT330X
Michael Krufky20c5ab62005-11-28 13:44:08 -0800115 bool "LG Electronics DT3302/DT3303 ATSC Support"
116 default y
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -0800117 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
118 select DVB_LGDT330X
119 ---help---
120 This adds ATSC 8VSB and QAM64/256 support for cards based on the
121 Connexant 2388x chip and the LGDT3302/LGDT3303 demodulator.
Kirk Laprayfde6d312005-11-08 21:38:18 -0800122
123config VIDEO_CX88_DVB_NXT200X
Michael Krufky20c5ab62005-11-28 13:44:08 -0800124 bool "NXT2002/NXT2004 ATSC Support"
125 default y
Kirk Laprayfde6d312005-11-08 21:38:18 -0800126 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
127 select DVB_NXT200X
128 ---help---
129 This adds ATSC 8VSB and QAM64/256 support for cards based on the
130 Connexant 2388x chip and the NXT2002/NXT2004 demodulator.
Steven Toth0fa14aa2006-01-09 15:25:02 -0200131
132config VIDEO_CX88_DVB_CX24123
133 bool "Conexant CX24123 DVB-S Support"
134 default y
135 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
136 select DVB_CX24123
137 ---help---
138 This adds DVB-S support for cards based on the
139 Connexant 2388x chip and the CX24123 demodulator.