diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-29 13:15:21 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-02 03:55:39 -0400 |
commit | f896260566b08250cdb12802af1ab418dcc6d720 (patch) | |
tree | c717f80ad0d392e2306580e4a1de0675cb89989e /drivers/media/video/Kconfig | |
parent | 26ffb95c0012201c9ea9e8d315af1d499e1e66d3 (diff) |
V4L/DVB (3653g): put v4l encoder/decoder configuration into a separate menu
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index fbb2a490574b..730d816f8724 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -316,6 +316,13 @@ config VIDEO_M32R_AR_M64278 | |||
316 | Say Y here to use the Renesas M64278E-800 camera module, | 316 | Say Y here to use the Renesas M64278E-800 camera module, |
317 | which supports VGA(640x480 pixcels) size of images. | 317 | which supports VGA(640x480 pixcels) size of images. |
318 | 318 | ||
319 | # | ||
320 | # Encoder / Decoder module configuration | ||
321 | # | ||
322 | |||
323 | menu "Encoders and Decoders" | ||
324 | depends on VIDEO_DEV | ||
325 | |||
319 | config VIDEO_MSP3400 | 326 | config VIDEO_MSP3400 |
320 | tristate "Micronas MSP34xx audio decoders" | 327 | tristate "Micronas MSP34xx audio decoders" |
321 | depends on VIDEO_DEV && I2C | 328 | depends on VIDEO_DEV && I2C |
@@ -365,6 +372,8 @@ config VIDEO_SAA7127 | |||
365 | To compile this driver as a module, choose M here: the | 372 | To compile this driver as a module, choose M here: the |
366 | module will be called saa7127 | 373 | module will be called saa7127 |
367 | 374 | ||
375 | endmenu # encoder / decoder chips | ||
376 | |||
368 | # | 377 | # |
369 | # USB Multimedia device configuration | 378 | # USB Multimedia device configuration |
370 | # | 379 | # |