blob: 3aa8cb2b860ae3d570ca051a275cea1bff9942e2 [file] [log] [blame]
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -08001config VIDEO_SAA7134
2 tristate "Philips SAA7134 support"
Randy Dunlapcb206302007-10-29 15:19:55 -03003 depends on VIDEO_DEV && PCI && I2C && INPUT
Mauro Carvalho Chehabc1accaa2007-08-23 16:37:49 -03004 select VIDEOBUF_DMA_SG
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -08005 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
Mauro Carvalho Chehab28318c72007-10-02 11:16:16 -030041 select VIDEOBUF_DVB
maximilian attems26abe022006-03-25 15:55:55 -030042 select FW_LOADER
Michael Krufky47a99912007-06-12 16:10:51 -030043 select DVB_PLL if !DVB_FE_CUSTOMISE
Andrew de Quincey102a3422006-08-08 09:10:08 -030044 select DVB_MT352 if !DVB_FE_CUSTOMISE
45 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
46 select DVB_NXT200X if !DVB_FE_CUSTOMISE
47 select DVB_TDA10086 if !DVB_FE_CUSTOMISE
48 select DVB_TDA826X if !DVB_FE_CUSTOMISE
Michael Krufky8ce47da2007-04-27 12:31:14 -030049 select DVB_TDA827X if !DVB_FE_CUSTOMISE
Andrew de Quincey102a3422006-08-08 09:10:08 -030050 select DVB_ISL6421 if !DVB_FE_CUSTOMISE
Michael Krufkyf6d6e6d2005-11-08 21:38:07 -080051 ---help---
52 This adds support for DVB cards based on the
53 Philips saa7134 chip.
54
55 To compile this driver as a module, choose M here: the
56 module will be called saa7134-dvb.