diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-22 11:21:18 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:30:32 -0400 |
commit | b961b9c5a27da21f78b5e02c687db9cee259468e (patch) | |
tree | e3cf2d7517e1c4f9b0a13d5ad6b992b4af0c44d5 /drivers/media/video/Kconfig | |
parent | 897ea1307b40a17cb2d6b8d458eaa1573bf1a45e (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/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 82ca9ab75aa8..31a564655bda 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -338,6 +338,8 @@ config VIDEO_M32R_AR_M64278 | |||
338 | menu "Encoders and Decoders" | 338 | menu "Encoders and Decoders" |
339 | depends on VIDEO_DEV | 339 | depends on VIDEO_DEV |
340 | 340 | ||
341 | comment "Audio Decoders" | ||
342 | |||
341 | config VIDEO_TVAUDIO | 343 | config 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 | ||
419 | comment "Video encoders" | ||
420 | |||
417 | config VIDEO_CX2341X | 421 | config 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 | ||
429 | source "drivers/media/video/cx25840/Kconfig" | 433 | source "drivers/media/video/cx25840/Kconfig" |
430 | 434 | ||
435 | config 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 | |||
444 | comment "Video decoders" | ||
445 | |||
431 | config VIDEO_SAA711X | 446 | config 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 | ||
449 | config VIDEO_SAA7127 | 464 | comment "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 | ||
458 | config VIDEO_UPD64031A | 466 | config VIDEO_UPD64031A |
459 | tristate "NEC Electronics uPD64031A Ghost Reduction" | 467 | tristate "NEC Electronics uPD64031A Ghost Reduction" |