aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig33
1 files changed, 22 insertions, 11 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 199b01188858..fc87efc5049c 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -26,15 +26,12 @@ config VIDEO_BT848
26 module will be called bttv. 26 module will be called bttv.
27 27
28config VIDEO_BT848_DVB 28config VIDEO_BT848_DVB
29 tristate "DVB/ATSC Support for bt878 based TV cards" 29 bool "DVB/ATSC Support for bt878 based TV cards"
30 depends on VIDEO_BT848 && DVB_CORE 30 depends on VIDEO_BT848 && DVB_CORE
31 select DVB_BT8XX 31 select DVB_BT8XX
32 ---help--- 32 ---help---
33 This adds support for DVB/ATSC cards based on the BT878 chip. 33 This adds support for DVB/ATSC cards based on the BT878 chip.
34 34
35 To compile this driver as a module, choose M here: the
36 module will be called dvb-bt8xx.
37
38config VIDEO_SAA6588 35config VIDEO_SAA6588
39 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards" 36 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
40 depends on VIDEO_DEV && I2C && VIDEO_BT848 37 depends on VIDEO_DEV && I2C && VIDEO_BT848
@@ -191,7 +188,7 @@ config VIDEO_ZORAN
191 188
192 To compile this driver as a module, choose M here: the 189 To compile this driver as a module, choose M here: the
193 module will be called zr36067. 190 module will be called zr36067.
194 191
195config VIDEO_ZORAN_BUZ 192config VIDEO_ZORAN_BUZ
196 tristate "Iomega Buz support" 193 tristate "Iomega Buz support"
197 depends on VIDEO_ZORAN 194 depends on VIDEO_ZORAN
@@ -207,8 +204,8 @@ config VIDEO_ZORAN_DC10
207 204
208config VIDEO_ZORAN_DC30 205config VIDEO_ZORAN_DC30
209 tristate "Pinnacle/Miro DC30(+) support" 206 tristate "Pinnacle/Miro DC30(+) support"
210 depends on VIDEO_ZORAN 207 depends on VIDEO_ZORAN
211 help 208 help
212 Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback 209 Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
213 card. This also supports really old DC10 cards based on the 210 card. This also supports really old DC10 cards based on the
214 zr36050 MJPEG codec and zr36016 VFE. 211 zr36050 MJPEG codec and zr36016 VFE.
@@ -263,7 +260,7 @@ config VIDEO_MXB
263 ---help--- 260 ---help---
264 This is a video4linux driver for the 'Multimedia eXtension Board' 261 This is a video4linux driver for the 'Multimedia eXtension Board'
265 TV card by Siemens-Nixdorf. 262 TV card by Siemens-Nixdorf.
266 263
267 To compile this driver as a module, choose M here: the 264 To compile this driver as a module, choose M here: the
268 module will be called mxb. 265 module will be called mxb.
269 266
@@ -277,7 +274,7 @@ config VIDEO_DPC
277 for SAA7146 bases boards, so if you have some unsupported 274 for SAA7146 bases boards, so if you have some unsupported
278 saa7146 based, analog video card, chances are good that it 275 saa7146 based, analog video card, chances are good that it
279 will work with this skeleton driver. 276 will work with this skeleton driver.
280 277
281 To compile this driver as a module, choose M here: the 278 To compile this driver as a module, choose M here: the
282 module will be called dpc7146. 279 module will be called dpc7146.
283 280
@@ -288,7 +285,7 @@ config VIDEO_HEXIUM_ORION
288 ---help--- 285 ---help---
289 This is a video4linux driver for the Hexium HV-PCI6 and 286 This is a video4linux driver for the Hexium HV-PCI6 and
290 Orion frame grabber cards by Hexium. 287 Orion frame grabber cards by Hexium.
291 288
292 To compile this driver as a module, choose M here: the 289 To compile this driver as a module, choose M here: the
293 module will be called hexium_orion. 290 module will be called hexium_orion.
294 291
@@ -300,7 +297,7 @@ config VIDEO_HEXIUM_GEMINI
300 This is a video4linux driver for the Hexium Gemini frame 297 This is a video4linux driver for the Hexium Gemini frame
301 grabber card by Hexium. Please note that the Gemini Dual 298 grabber card by Hexium. Please note that the Gemini Dual
302 card is *not* fully supported. 299 card is *not* fully supported.
303 300
304 To compile this driver as a module, choose M here: the 301 To compile this driver as a module, choose M here: the
305 module will be called hexium_gemini. 302 module will be called hexium_gemini.
306 303
@@ -333,4 +330,18 @@ config VIDEO_M32R_AR_M64278
333 Say Y here to use the Renesas M64278E-800 camera module, 330 Say Y here to use the Renesas M64278E-800 camera module,
334 which supports VGA(640x480 pixcels) size of images. 331 which supports VGA(640x480 pixcels) size of images.
335 332
333config VIDEO_AUDIO_DECODER
334 tristate "Add support for additional audio chipsets"
335 depends on VIDEO_DEV && I2C && EXPERIMENTAL
336 ---help---
337 Say Y here to compile drivers for WM8775 and CS53L32A audio
338 decoders.
339
340config VIDEO_DECODER
341 tristate "Add support for additional video chipsets"
342 depends on VIDEO_DEV && I2C && EXPERIMENTAL
343 ---help---
344 Say Y here to compile drivers for SAA7115, SAA7127 and CX25840
345 video decoders.
346
336endmenu 347endmenu