aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/saa7134/Kconfig')
-rw-r--r--drivers/media/video/saa7134/Kconfig37
1 files changed, 30 insertions, 7 deletions
diff --git a/drivers/media/video/saa7134/Kconfig b/drivers/media/video/saa7134/Kconfig
index 624e8808a517..8a5c3e71b37d 100644
--- a/drivers/media/video/saa7134/Kconfig
+++ b/drivers/media/video/saa7134/Kconfig
@@ -1,6 +1,6 @@
1config VIDEO_SAA7134 1config VIDEO_SAA7134
2 tristate "Philips SAA7134 support" 2 tristate "Philips SAA7134 support"
3 depends on VIDEO_DEV && PCI && I2C && SOUND 3 depends on VIDEO_DEV && PCI && I2C
4 select VIDEO_BUF 4 select VIDEO_BUF
5 select VIDEO_IR 5 select VIDEO_IR
6 select VIDEO_TUNER 6 select VIDEO_TUNER
@@ -12,6 +12,29 @@ config VIDEO_SAA7134
12 To compile this driver as a module, choose M here: the 12 To compile this driver as a module, choose M here: the
13 module will be called saa7134. 13 module will be called saa7134.
14 14
15config VIDEO_SAA7134_ALSA
16 tristate "Philips SAA7134 DMA audio support"
17 depends on VIDEO_SAA7134 && SND
18 select SND_PCM_OSS
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
26config VIDEO_SAA7134_OSS
27 tristate "Philips SAA7134 DMA audio support (OSS, DEPRECATED)"
28 depends on VIDEO_SAA7134 && SOUND_PRIME && !VIDEO_SAA7134_ALSA
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
15config VIDEO_SAA7134_DVB 38config VIDEO_SAA7134_DVB
16 tristate "DVB/ATSC Support for saa7134 based TV cards" 39 tristate "DVB/ATSC Support for saa7134 based TV cards"
17 depends on VIDEO_SAA7134 && DVB_CORE 40 depends on VIDEO_SAA7134 && DVB_CORE
@@ -41,8 +64,8 @@ config VIDEO_SAA7134_DVB_ALL_FRONTENDS
41 If you are unsure, choose Y. 64 If you are unsure, choose Y.
42 65
43config VIDEO_SAA7134_DVB_MT352 66config VIDEO_SAA7134_DVB_MT352
44 tristate "Zarlink MT352 DVB-T Support" 67 bool "Zarlink MT352 DVB-T Support"
45 default m 68 default y
46 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS 69 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
47 select DVB_MT352 70 select DVB_MT352
48 ---help--- 71 ---help---
@@ -50,8 +73,8 @@ config VIDEO_SAA7134_DVB_MT352
50 Philips saa7134 chip and the MT352 demodulator. 73 Philips saa7134 chip and the MT352 demodulator.
51 74
52config VIDEO_SAA7134_DVB_TDA1004X 75config VIDEO_SAA7134_DVB_TDA1004X
53 tristate "Phillips TDA10045H/TDA10046H DVB-T Support" 76 bool "Phillips TDA10045H/TDA10046H DVB-T Support"
54 default m 77 default y
55 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS 78 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
56 select DVB_TDA1004X 79 select DVB_TDA1004X
57 ---help--- 80 ---help---
@@ -59,8 +82,8 @@ config VIDEO_SAA7134_DVB_TDA1004X
59 Philips saa7134 chip and the TDA10045H/TDA10046H demodulator. 82 Philips saa7134 chip and the TDA10045H/TDA10046H demodulator.
60 83
61config VIDEO_SAA7134_DVB_NXT200X 84config VIDEO_SAA7134_DVB_NXT200X
62 tristate "NXT2002/NXT2004 ATSC Support" 85 bool "NXT2002/NXT2004 ATSC Support"
63 default m 86 default y
64 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS 87 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
65 select DVB_NXT200X 88 select DVB_NXT200X
66 ---help--- 89 ---help---