blob: 53308911ae6e56165be24601b54f6b3081d49324 [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
18config 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
Mauro Carvalho Chehabb7f355d2006-01-09 15:32:44 -020032config VIDEO_CX88_ALSA
33 tristate "ALSA DMA audio support"
Mauro Carvalho Chehab15192b12006-01-15 06:50:01 -020034 depends on VIDEO_CX88 && SND && EXPERIMENTAL
Mauro Carvalho Chehabb7f355d2006-01-09 15:32:44 -020035 ---help---
36 This is a video4linux driver for direct (DMA) audio on
37 Conexant 2388x based TV cards.
38 It only works with boards with function 01 enabled.
39 To check if your board supports, use lspci -n.
40 If supported, you should see 1471:8801 or 1471:8811
41 PCI device.
42
43 To compile this driver as a module, choose M here: the
44 module will be called cx88-alsa.
45
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080046config VIDEO_CX88_DVB_ALL_FRONTENDS
47 bool "Build all supported frontends for cx2388x based TV cards"
48 default y
49 depends on VIDEO_CX88_DVB
50 select DVB_MT352
51 select DVB_OR51132
52 select DVB_CX22702
53 select DVB_LGDT330X
Kirk Laprayfde6d312005-11-08 21:38:18 -080054 select DVB_NXT200X
Steven Toth0fa14aa2006-01-09 15:25:02 -020055 select DVB_CX24123
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080056 ---help---
57 This builds cx88-dvb with all currently supported frontend
58 demodulators. If you wish to tweak your configuration, and
59 only include support for the hardware that you need, choose N here.
60
61 If you are unsure, choose Y.
62
63config VIDEO_CX88_DVB_MT352
Michael Krufky20c5ab62005-11-28 13:44:08 -080064 bool "Zarlink MT352 DVB-T Support"
65 default y
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080066 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
67 select DVB_MT352
68 ---help---
69 This adds DVB-T support for cards based on the
70 Connexant 2388x chip and the MT352 demodulator.
71
72config VIDEO_CX88_DVB_OR51132
Michael Krufky20c5ab62005-11-28 13:44:08 -080073 bool "OR51132 ATSC Support"
74 default y
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080075 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
76 select DVB_OR51132
77 ---help---
78 This adds ATSC 8VSB and QAM64/256 support for cards based on the
79 Connexant 2388x chip and the OR51132 demodulator.
80
81config VIDEO_CX88_DVB_CX22702
Michael Krufky20c5ab62005-11-28 13:44:08 -080082 bool "Conexant CX22702 DVB-T Support"
83 default y
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080084 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
85 select DVB_CX22702
86 ---help---
87 This adds DVB-T support for cards based on the
88 Connexant 2388x chip and the CX22702 demodulator.
89
90config VIDEO_CX88_DVB_LGDT330X
Michael Krufky20c5ab62005-11-28 13:44:08 -080091 bool "LG Electronics DT3302/DT3303 ATSC Support"
92 default y
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080093 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
94 select DVB_LGDT330X
95 ---help---
96 This adds ATSC 8VSB and QAM64/256 support for cards based on the
97 Connexant 2388x chip and the LGDT3302/LGDT3303 demodulator.
Kirk Laprayfde6d312005-11-08 21:38:18 -080098
99config VIDEO_CX88_DVB_NXT200X
Michael Krufky20c5ab62005-11-28 13:44:08 -0800100 bool "NXT2002/NXT2004 ATSC Support"
101 default y
Kirk Laprayfde6d312005-11-08 21:38:18 -0800102 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
103 select DVB_NXT200X
104 ---help---
105 This adds ATSC 8VSB and QAM64/256 support for cards based on the
106 Connexant 2388x chip and the NXT2002/NXT2004 demodulator.
Steven Toth0fa14aa2006-01-09 15:25:02 -0200107
108config VIDEO_CX88_DVB_CX24123
109 bool "Conexant CX24123 DVB-S Support"
110 default y
111 depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS
112 select DVB_CX24123
113 ---help---
114 This adds DVB-S support for cards based on the
115 Connexant 2388x chip and the CX24123 demodulator.