aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-08-22 11:21:18 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 11:30:32 -0400
commitb961b9c5a27da21f78b5e02c687db9cee259468e (patch)
treee3cf2d7517e1c4f9b0a13d5ad6b992b4af0c44d5 /drivers/media
parent897ea1307b40a17cb2d6b8d458eaa1573bf1a45e (diff)
V4L/DVB (4514): Add some comments for Kconfig encoders/decoders itens
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/Kconfig24
1 files changed, 16 insertions, 8 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 82ca9ab75aa..31a564655bd 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -338,6 +338,8 @@ config VIDEO_M32R_AR_M64278
338menu "Encoders and Decoders" 338menu "Encoders and Decoders"
339 depends on VIDEO_DEV 339 depends on VIDEO_DEV
340 340
341comment "Audio Decoders"
342
341config VIDEO_TVAUDIO 343config VIDEO_TVAUDIO
342 tristate "Support for several audio decoder chips found on bt8xx boards" 344 tristate "Support for several audio decoder chips found on bt8xx boards"
343 depends on VIDEO_DEV && I2C 345 depends on VIDEO_DEV && I2C
@@ -414,6 +416,8 @@ config VIDEO_WM8739
414 To compile this driver as a module, choose M here: the 416 To compile this driver as a module, choose M here: the
415 module will be called wm8739. 417 module will be called wm8739.
416 418
419comment "Video encoders"
420
417config VIDEO_CX2341X 421config VIDEO_CX2341X
418 tristate "Conexant CX2341x MPEG encoders" 422 tristate "Conexant CX2341x MPEG encoders"
419 depends on VIDEO_V4L2 && EXPERIMENTAL 423 depends on VIDEO_V4L2 && EXPERIMENTAL
@@ -428,6 +432,17 @@ config VIDEO_CX2341X
428 432
429source "drivers/media/video/cx25840/Kconfig" 433source "drivers/media/video/cx25840/Kconfig"
430 434
435config VIDEO_SAA7127
436 tristate "Philips SAA7127/9 digital video encoders"
437 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
438 ---help---
439 Support for the Philips SAA7127/9 digital video encoders.
440
441 To compile this driver as a module, choose M here: the
442 module will be called saa7127.
443
444comment "Video decoders"
445
431config VIDEO_SAA711X 446config VIDEO_SAA711X
432 tristate "Philips SAA7113/4/5 video decoders" 447 tristate "Philips SAA7113/4/5 video decoders"
433 depends on VIDEO_DEV && I2C && EXPERIMENTAL 448 depends on VIDEO_DEV && I2C && EXPERIMENTAL
@@ -446,14 +461,7 @@ config VIDEO_TVP5150
446 To compile this driver as a module, choose M here: the 461 To compile this driver as a module, choose M here: the
447 module will be called tvp5150. 462 module will be called tvp5150.
448 463
449config VIDEO_SAA7127 464comment "Video emprovement chips"
450 tristate "Philips SAA7127/9 digital video encoders"
451 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
452 ---help---
453 Support for the Philips SAA7127/9 digital video encoders.
454
455 To compile this driver as a module, choose M here: the
456 module will be called saa7127.
457 465
458config VIDEO_UPD64031A 466config VIDEO_UPD64031A
459 tristate "NEC Electronics uPD64031A Ghost Reduction" 467 tristate "NEC Electronics uPD64031A Ghost Reduction"