Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 1 | config VIDEO_SAA7134 |
| 2 | tristate "Philips SAA7134 support" |
Ricardo Cerqueira | 7bb9529 | 2005-12-20 18:26:26 -0200 | [diff] [blame] | 3 | depends on VIDEO_DEV && PCI && I2C |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 4 | select VIDEO_BUF |
| 5 | select VIDEO_IR |
| 6 | select VIDEO_TUNER |
| 7 | select CRC32 |
| 8 | ---help--- |
| 9 | This is a video4linux driver for Philips SAA713x based |
| 10 | TV cards. |
| 11 | |
| 12 | To compile this driver as a module, choose M here: the |
| 13 | module will be called saa7134. |
| 14 | |
Ricardo Cerqueira | 7bb9529 | 2005-12-20 18:26:26 -0200 | [diff] [blame] | 15 | config VIDEO_SAA7134_ALSA |
| 16 | tristate "Philips SAA7134 DMA audio support" |
Jean Delvare | 80c7257 | 2005-12-28 21:02:57 +0100 | [diff] [blame] | 17 | depends on VIDEO_SAA7134 && SND |
Adrian Bunk | f9cfc08 | 2006-01-11 23:57:55 -0200 | [diff] [blame] | 18 | select SND_PCM |
Ricardo Cerqueira | 7bb9529 | 2005-12-20 18:26:26 -0200 | [diff] [blame] | 19 | ---help--- |
| 20 | This is a video4linux driver for direct (DMA) audio in |
| 21 | Philips SAA713x based TV cards using ALSA |
| 22 | |
| 23 | To compile this driver as a module, choose M here: the |
| 24 | module will be called saa7134-alsa. |
| 25 | |
| 26 | config VIDEO_SAA7134_OSS |
| 27 | tristate "Philips SAA7134 DMA audio support (OSS, DEPRECATED)" |
Jean Delvare | 9e625ff | 2005-12-29 22:07:30 +0100 | [diff] [blame] | 28 | depends on VIDEO_SAA7134 && SOUND_PRIME && !VIDEO_SAA7134_ALSA |
Ricardo Cerqueira | 7bb9529 | 2005-12-20 18:26:26 -0200 | [diff] [blame] | 29 | ---help--- |
| 30 | This is a video4linux driver for direct (DMA) audio in |
| 31 | Philips SAA713x based TV cards using OSS |
| 32 | |
| 33 | This is deprecated in favor of the ALSA module |
| 34 | |
| 35 | To compile this driver as a module, choose M here: the |
| 36 | module will be called saa7134-oss. |
| 37 | |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 38 | config VIDEO_SAA7134_DVB |
Michael Krufky | 3b64e8e | 2005-11-08 21:38:20 -0800 | [diff] [blame] | 39 | tristate "DVB/ATSC Support for saa7134 based TV cards" |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 40 | depends on VIDEO_SAA7134 && DVB_CORE |
| 41 | select VIDEO_BUF_DVB |
maximilian attems | 26abe02 | 2006-03-25 15:55:55 -0300 | [diff] [blame] | 42 | select FW_LOADER |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 43 | ---help--- |
| 44 | This adds support for DVB cards based on the |
| 45 | Philips saa7134 chip. |
| 46 | |
| 47 | To compile this driver as a module, choose M here: the |
| 48 | module will be called saa7134-dvb. |
| 49 | |
| 50 | You must also select one or more DVB demodulators. |
| 51 | If you are unsure which you need, choose all of them. |
| 52 | |
| 53 | config VIDEO_SAA7134_DVB_ALL_FRONTENDS |
| 54 | bool "Build all supported frontends for saa7134 based TV cards" |
| 55 | default y |
| 56 | depends on VIDEO_SAA7134_DVB |
| 57 | select DVB_MT352 |
| 58 | select DVB_TDA1004X |
Michael Krufky | 3b64e8e | 2005-11-08 21:38:20 -0800 | [diff] [blame] | 59 | select DVB_NXT200X |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 60 | ---help--- |
| 61 | This builds saa7134-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 | |
| 67 | config VIDEO_SAA7134_DVB_MT352 |
Michael Krufky | 20c5ab6 | 2005-11-28 13:44:08 -0800 | [diff] [blame] | 68 | bool "Zarlink MT352 DVB-T Support" |
| 69 | default y |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 70 | depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS |
| 71 | select DVB_MT352 |
| 72 | ---help--- |
| 73 | This adds DVB-T support for cards based on the |
| 74 | Philips saa7134 chip and the MT352 demodulator. |
| 75 | |
| 76 | config VIDEO_SAA7134_DVB_TDA1004X |
Michael Krufky | 20c5ab6 | 2005-11-28 13:44:08 -0800 | [diff] [blame] | 77 | bool "Phillips TDA10045H/TDA10046H DVB-T Support" |
| 78 | default y |
Michael Krufky | f6d6e6d | 2005-11-08 21:38:07 -0800 | [diff] [blame] | 79 | depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS |
| 80 | select DVB_TDA1004X |
| 81 | ---help--- |
| 82 | This adds DVB-T support for cards based on the |
| 83 | Philips saa7134 chip and the TDA10045H/TDA10046H demodulator. |
Michael Krufky | 3b64e8e | 2005-11-08 21:38:20 -0800 | [diff] [blame] | 84 | |
| 85 | config VIDEO_SAA7134_DVB_NXT200X |
Michael Krufky | 20c5ab6 | 2005-11-28 13:44:08 -0800 | [diff] [blame] | 86 | bool "NXT2002/NXT2004 ATSC Support" |
| 87 | default y |
Michael Krufky | 3b64e8e | 2005-11-08 21:38:20 -0800 | [diff] [blame] | 88 | depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS |
| 89 | select DVB_NXT200X |
| 90 | ---help--- |
| 91 | This adds ATSC 8VSB and QAM64/256 support for cards based on the |
| 92 | Philips saa7134 chip and the NXT2002/NXT2004 demodulator. |