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/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 1a95a0eca7a9..f50033e985e1 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -363,10 +363,30 @@ config VIDEO_DECODER
363 tristate "Add support for additional video chipsets" 363 tristate "Add support for additional video chipsets"
364 depends on VIDEO_DEV && I2C && EXPERIMENTAL 364 depends on VIDEO_DEV && I2C && EXPERIMENTAL
365 select VIDEO_CX25840 365 select VIDEO_CX25840
366 select VIDEO_SAA711X
367 select VIDEO_SAA7127
366 ---help--- 368 ---help---
367 Say Y here to compile drivers for SAA7115, SAA7127 and CX25840 369 Say Y here to compile drivers for SAA7115, SAA7127 and CX25840
368 video decoders. 370 video decoders.
369 371
370source "drivers/media/video/cx25840/Kconfig" 372source "drivers/media/video/cx25840/Kconfig"
371 373
374config VIDEO_SAA711X
375 tristate "Philips SAA7113/4/5 video decoders"
376 depends on VIDEO_DEV && I2C && EXPERIMENTAL
377 ---help---
378 Support for the Philips SAA7113/4/5 video decoders.
379
380 To compile this driver as a module, choose M here: the
381 module will be called saa7115
382
383config VIDEO_SAA7127
384 tristate "Philips SAA7127/9 digital video encoders"
385 depends on VIDEO_DEV && I2C && EXPERIMENTAL
386 ---help---
387 Support for the Philips SAA7127/9 digital video encoders.
388
389 To compile this driver as a module, choose M here: the
390 module will be called saa7127
391
372endmenu 392endmenu