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/Kconfig28
1 files changed, 4 insertions, 24 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 3e4ce4aade3e..bb7df8c18b03 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -307,38 +307,18 @@ config VIDEO_TCM825X
307 307
308config VIDEO_SAA7110 308config VIDEO_SAA7110
309 tristate "Philips SAA7110 video decoder" 309 tristate "Philips SAA7110 video decoder"
310 depends on VIDEO_V4L1 && I2C 310 depends on VIDEO_V4L2 && I2C
311 ---help--- 311 ---help---
312 Support for the Philips SAA7110 video decoders. 312 Support for the Philips SAA7110 video decoders.
313 313
314 To compile this driver as a module, choose M here: the 314 To compile this driver as a module, choose M here: the
315 module will be called saa7110. 315 module will be called saa7110.
316 316
317config VIDEO_SAA7111
318 tristate "Philips SAA7111 video decoder"
319 depends on VIDEO_V4L1 && I2C
320 ---help---
321 Support for the Philips SAA711 video decoder.
322
323 To compile this driver as a module, choose M here: the
324 module will be called saa7111.
325
326config VIDEO_SAA7114
327 tristate "Philips SAA7114 video decoder"
328 depends on VIDEO_V4L1 && I2C
329 ---help---
330 Support for the Philips SAA7114 video decoder. This driver
331 is used only on Zoran driver and should be moved soon to
332 SAA711x module.
333
334 To compile this driver as a module, choose M here: the
335 module will be called saa7114.
336
337config VIDEO_SAA711X 317config VIDEO_SAA711X
338 tristate "Philips SAA7113/4/5 video decoders" 318 tristate "Philips SAA7111/3/4/5 video decoders"
339 depends on VIDEO_V4L2 && I2C 319 depends on VIDEO_V4L2 && I2C
340 ---help--- 320 ---help---
341 Support for the Philips SAA7113/4/5 video decoders. 321 Support for the Philips SAA7111/3/4/5 video decoders.
342 322
343 To compile this driver as a module, choose M here: the 323 To compile this driver as a module, choose M here: the
344 module will be called saa7115. 324 module will be called saa7115.
@@ -639,7 +619,7 @@ config VIDEO_MXB
639 depends on PCI && VIDEO_V4L1 && I2C 619 depends on PCI && VIDEO_V4L1 && I2C
640 select VIDEO_SAA7146_VV 620 select VIDEO_SAA7146_VV
641 select VIDEO_TUNER 621 select VIDEO_TUNER
642 select VIDEO_SAA7115 if VIDEO_HELPER_CHIPS_AUTO 622 select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
643 select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO 623 select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
644 select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO 624 select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
645 select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO 625 select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO