diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:22:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 01:22:36 -0300 |
commit | e6ee7183cea54ca0637f730de3d22fef5029031f (patch) | |
tree | 2b012ef2d51565df48d0a420f2989d3cde382c05 /linux/drivers/media/video/Kconfig | |
parent | 18928f84d7e9e4c5ee002d2127f28a3ea8daf8db (diff) | |
parent | 3de3a189c2592763ae7fd5acd20d0a137090c2f5 (diff) | |
download | mediapointer-dvb-s2-e6ee7183cea54ca0637f730de3d22fef5029031f.tar.gz mediapointer-dvb-s2-e6ee7183cea54ca0637f730de3d22fef5029031f.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/conexant
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 2ed46e87e..6d532f170 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -381,6 +381,18 @@ config VIDEO_WM8739 To compile this driver as a module, choose M here: the module will be called wm8739. +config VIDEO_CX2341X + tristate "Conexant CX2341x MPEG encoders" + depends on VIDEO_V4L2 && EXPERIMENTAL + ---help--- + Support for the Conexant CX23416 MPEG encoders + and CX23415 MPEG encoder/decoders. + + This module currently supports the encoding functions only. + + To compile this driver as a module, choose M here: the + module will be called cx2341x. + source "drivers/media/video/cx25840/Kconfig" config VIDEO_SAA711X |