blob: 86671a43e769850e2e8ed971a89158fffe65d53b [file] [log] [blame]
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -08001config VIDEO_SAA7134
2 tristate "Philips SAA7134 support"
Ricardo Cerqueira7bb95292005-12-20 18:26:26 -02003 depends on VIDEO_DEV && PCI && I2C
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -08004 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 Cerqueira7bb95292005-12-20 18:26:26 -020015config VIDEO_SAA7134_ALSA
16 tristate "Philips SAA7134 DMA audio support"
Jean Delvare80c72572005-12-28 21:02:57 +010017 depends on VIDEO_SAA7134 && SND
Adrian Bunkf9cfc082006-01-11 23:57:55 -020018 select SND_PCM
Ricardo Cerqueira7bb95292005-12-20 18:26:26 -020019 ---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
26config VIDEO_SAA7134_OSS
27 tristate "Philips SAA7134 DMA audio support (OSS, DEPRECATED)"
Jean Delvare9e625ff2005-12-29 22:07:30 +010028 depends on VIDEO_SAA7134 && SOUND_PRIME && !VIDEO_SAA7134_ALSA
Ricardo Cerqueira7bb95292005-12-20 18:26:26 -020029 ---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 Krufkyf6d6e6d2005-11-08 21:38:07 -080038config VIDEO_SAA7134_DVB
Michael Krufky3b64e8e2005-11-08 21:38:20 -080039 tristate "DVB/ATSC Support for saa7134 based TV cards"
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080040 depends on VIDEO_SAA7134 && DVB_CORE
41 select VIDEO_BUF_DVB
42 ---help---
43 This adds support for DVB cards based on the
44 Philips saa7134 chip.
45
46 To compile this driver as a module, choose M here: the
47 module will be called saa7134-dvb.
48
49 You must also select one or more DVB demodulators.
50 If you are unsure which you need, choose all of them.
51
52config VIDEO_SAA7134_DVB_ALL_FRONTENDS
53 bool "Build all supported frontends for saa7134 based TV cards"
54 default y
55 depends on VIDEO_SAA7134_DVB
56 select DVB_MT352
57 select DVB_TDA1004X
Michael Krufky3b64e8e2005-11-08 21:38:20 -080058 select DVB_NXT200X
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080059 ---help---
60 This builds saa7134-dvb with all currently supported frontend
61 demodulators. If you wish to tweak your configuration, and
62 only include support for the hardware that you need, choose N here.
63
64 If you are unsure, choose Y.
65
66config VIDEO_SAA7134_DVB_MT352
Michael Krufky20c5ab62005-11-28 13:44:08 -080067 bool "Zarlink MT352 DVB-T Support"
68 default y
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080069 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
70 select DVB_MT352
71 ---help---
72 This adds DVB-T support for cards based on the
73 Philips saa7134 chip and the MT352 demodulator.
74
75config VIDEO_SAA7134_DVB_TDA1004X
Michael Krufky20c5ab62005-11-28 13:44:08 -080076 bool "Phillips TDA10045H/TDA10046H DVB-T Support"
77 default y
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080078 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
79 select DVB_TDA1004X
80 ---help---
81 This adds DVB-T support for cards based on the
82 Philips saa7134 chip and the TDA10045H/TDA10046H demodulator.
Michael Krufky3b64e8e2005-11-08 21:38:20 -080083
84config VIDEO_SAA7134_DVB_NXT200X
Michael Krufky20c5ab62005-11-28 13:44:08 -080085 bool "NXT2002/NXT2004 ATSC Support"
86 default y
Michael Krufky3b64e8e2005-11-08 21:38:20 -080087 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
88 select DVB_NXT200X
89 ---help---
90 This adds ATSC 8VSB and QAM64/256 support for cards based on the
91 Philips saa7134 chip and the NXT2002/NXT2004 demodulator.