diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-20 13:19:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-20 13:19:02 -0300 |
commit | 44639e0a7718ef2e00b4b683f757ca206f855535 (patch) | |
tree | 58dab2d3810c6feac00d17cfbf821c64c0ffb23d | |
parent | 9467d0e7ccb617295cce2c134823a4fe73b76800 (diff) | |
download | mediapointer-dvb-s2-44639e0a7718ef2e00b4b683f757ca206f855535.tar.gz mediapointer-dvb-s2-44639e0a7718ef2e00b4b683f757ca206f855535.tar.bz2 |
Fixed Kconfig comment, since cx2584x are, in fact a MPEG decoder
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | linux/drivers/media/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 67a8eb3f8..ce7b81508 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -143,7 +143,7 @@ config VIDEO_WM8739 To compile this driver as a module, choose M here: the module will be called wm8739. -comment "MPEG video encoders" +comment "MPEG video encoders/decoders" config VIDEO_CX2341X tristate "Conexant CX2341x MPEG encoders" |