blob: c512c4411b38319b513b9bc9bfb7ac80bfda2c59 [file] [log] [blame]
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -08001config VIDEO_SAA7134
2 tristate "Philips SAA7134 support"
Michael Krufkyc01ee852005-11-13 16:08:09 -08003 depends on VIDEO_DEV && PCI && I2C && SOUND && SND
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -08004 select VIDEO_BUF
5 select VIDEO_IR
6 select VIDEO_TUNER
7 select CRC32
Michael Krufkyc01ee852005-11-13 16:08:09 -08008 select SND_PCM_OSS
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -08009 ---help---
10 This is a video4linux driver for Philips SAA713x based
11 TV cards.
12
13 To compile this driver as a module, choose M here: the
14 module will be called saa7134.
15
16config VIDEO_SAA7134_DVB
Michael Krufky3b64e8e2005-11-08 21:38:20 -080017 tristate "DVB/ATSC Support for saa7134 based TV cards"
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080018 depends on VIDEO_SAA7134 && DVB_CORE
19 select VIDEO_BUF_DVB
20 ---help---
21 This adds support for DVB cards based on the
22 Philips saa7134 chip.
23
24 To compile this driver as a module, choose M here: the
25 module will be called saa7134-dvb.
26
27 You must also select one or more DVB demodulators.
28 If you are unsure which you need, choose all of them.
29
30config VIDEO_SAA7134_DVB_ALL_FRONTENDS
31 bool "Build all supported frontends for saa7134 based TV cards"
32 default y
33 depends on VIDEO_SAA7134_DVB
34 select DVB_MT352
35 select DVB_TDA1004X
Michael Krufky3b64e8e2005-11-08 21:38:20 -080036 select DVB_NXT200X
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080037 ---help---
38 This builds saa7134-dvb with all currently supported frontend
39 demodulators. If you wish to tweak your configuration, and
40 only include support for the hardware that you need, choose N here.
41
42 If you are unsure, choose Y.
43
44config VIDEO_SAA7134_DVB_MT352
Michael Krufky20c5ab62005-11-28 13:44:08 -080045 bool "Zarlink MT352 DVB-T Support"
46 default y
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080047 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
48 select DVB_MT352
49 ---help---
50 This adds DVB-T support for cards based on the
51 Philips saa7134 chip and the MT352 demodulator.
52
53config VIDEO_SAA7134_DVB_TDA1004X
Michael Krufky20c5ab62005-11-28 13:44:08 -080054 bool "Phillips TDA10045H/TDA10046H DVB-T Support"
55 default y
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080056 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
57 select DVB_TDA1004X
58 ---help---
59 This adds DVB-T support for cards based on the
60 Philips saa7134 chip and the TDA10045H/TDA10046H demodulator.
Michael Krufky3b64e8e2005-11-08 21:38:20 -080061
62config VIDEO_SAA7134_DVB_NXT200X
Michael Krufky20c5ab62005-11-28 13:44:08 -080063 bool "NXT2002/NXT2004 ATSC Support"
64 default y
Michael Krufky3b64e8e2005-11-08 21:38:20 -080065 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
66 select DVB_NXT200X
67 ---help---
68 This adds ATSC 8VSB and QAM64/256 support for cards based on the
69 Philips saa7134 chip and the NXT2002/NXT2004 demodulator.