Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 1 | config VIDEO_CX88 |
| 2 | tristate "Conexant 2388x (bt878 successor) support" |
Michael Krufky | 710a725 | 2005-11-08 21:38:25 -0800 | [diff] [blame] | 3 | depends on VIDEO_DEV && PCI && I2C |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 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 | |
Mauro Carvalho Chehab | b7f355d | 2006-01-09 15:32:44 -0200 | [diff] [blame] | 32 | config VIDEO_CX88_ALSA |
| 33 | tristate "ALSA DMA audio support" |
Mauro Carvalho Chehab | 15192b1 | 2006-01-15 06:50:01 -0200 | [diff] [blame] | 34 | depends on VIDEO_CX88 && SND && EXPERIMENTAL |
Adrian Bunk | 337208d | 2006-01-23 09:48:02 -0200 | [diff] [blame] | 35 | select SND_PCM |
Mauro Carvalho Chehab | b7f355d | 2006-01-09 15:32:44 -0200 | [diff] [blame] | 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 | |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 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 |
Michael Krufky | bff75d2 | 2006-01-23 17:11:07 -0200 | [diff] [blame^] | 52 | select VIDEO_CX88_VP3054 |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 53 | select DVB_OR51132 |
| 54 | select DVB_CX22702 |
| 55 | select DVB_LGDT330X |
Kirk Lapray | fde6d31 | 2005-11-08 21:38:18 -0800 | [diff] [blame] | 56 | select DVB_NXT200X |
Steven Toth | 0fa14aa | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 57 | select DVB_CX24123 |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 58 | ---help--- |
| 59 | This builds cx88-dvb with all currently supported frontend |
| 60 | demodulators. If you wish to tweak your configuration, and |
| 61 | only include support for the hardware that you need, choose N here. |
| 62 | |
| 63 | If you are unsure, choose Y. |
| 64 | |
| 65 | config VIDEO_CX88_DVB_MT352 |
Michael Krufky | 20c5ab6 | 2005-11-28 13:44:08 -0800 | [diff] [blame] | 66 | bool "Zarlink MT352 DVB-T Support" |
| 67 | default y |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 68 | depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS |
| 69 | select DVB_MT352 |
| 70 | ---help--- |
| 71 | This adds DVB-T support for cards based on the |
| 72 | Connexant 2388x chip and the MT352 demodulator. |
| 73 | |
Michael Krufky | bff75d2 | 2006-01-23 17:11:07 -0200 | [diff] [blame^] | 74 | config VIDEO_CX88_VP3054 |
| 75 | tristate "VP-3054 Secondary I2C Bus Support" |
| 76 | default m |
| 77 | depends on DVB_MT352 |
| 78 | ---help--- |
| 79 | This adds DVB-T support for cards based on the |
| 80 | Connexant 2388x chip and the MT352 demodulator, |
| 81 | which also require support for the VP-3054 |
| 82 | Secondary I2C bus, such at DNTV Live! DVB-T Pro. |
| 83 | |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 84 | config VIDEO_CX88_DVB_OR51132 |
Michael Krufky | 20c5ab6 | 2005-11-28 13:44:08 -0800 | [diff] [blame] | 85 | bool "OR51132 ATSC Support" |
| 86 | default y |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 87 | depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS |
| 88 | select DVB_OR51132 |
| 89 | ---help--- |
| 90 | This adds ATSC 8VSB and QAM64/256 support for cards based on the |
| 91 | Connexant 2388x chip and the OR51132 demodulator. |
| 92 | |
| 93 | config VIDEO_CX88_DVB_CX22702 |
Michael Krufky | 20c5ab6 | 2005-11-28 13:44:08 -0800 | [diff] [blame] | 94 | bool "Conexant CX22702 DVB-T Support" |
| 95 | default y |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 96 | depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS |
| 97 | select DVB_CX22702 |
| 98 | ---help--- |
| 99 | This adds DVB-T support for cards based on the |
| 100 | Connexant 2388x chip and the CX22702 demodulator. |
| 101 | |
| 102 | config VIDEO_CX88_DVB_LGDT330X |
Michael Krufky | 20c5ab6 | 2005-11-28 13:44:08 -0800 | [diff] [blame] | 103 | bool "LG Electronics DT3302/DT3303 ATSC Support" |
| 104 | default y |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 105 | depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS |
| 106 | select DVB_LGDT330X |
| 107 | ---help--- |
| 108 | This adds ATSC 8VSB and QAM64/256 support for cards based on the |
| 109 | Connexant 2388x chip and the LGDT3302/LGDT3303 demodulator. |
Kirk Lapray | fde6d31 | 2005-11-08 21:38:18 -0800 | [diff] [blame] | 110 | |
| 111 | config VIDEO_CX88_DVB_NXT200X |
Michael Krufky | 20c5ab6 | 2005-11-28 13:44:08 -0800 | [diff] [blame] | 112 | bool "NXT2002/NXT2004 ATSC Support" |
| 113 | default y |
Kirk Lapray | fde6d31 | 2005-11-08 21:38:18 -0800 | [diff] [blame] | 114 | depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS |
| 115 | select DVB_NXT200X |
| 116 | ---help--- |
| 117 | This adds ATSC 8VSB and QAM64/256 support for cards based on the |
| 118 | Connexant 2388x chip and the NXT2002/NXT2004 demodulator. |
Steven Toth | 0fa14aa | 2006-01-09 15:25:02 -0200 | [diff] [blame] | 119 | |
| 120 | config VIDEO_CX88_DVB_CX24123 |
| 121 | bool "Conexant CX24123 DVB-S Support" |
| 122 | default y |
| 123 | depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS |
| 124 | select DVB_CX24123 |
| 125 | ---help--- |
| 126 | This adds DVB-S support for cards based on the |
| 127 | Connexant 2388x chip and the CX24123 demodulator. |