diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-08 14:48:07 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 10:53:36 -0400 |
commit | 0518999c5fd640bfac24c7c452e902007b1a2b0a (patch) | |
tree | 46ed3f693926e365d55bd4f053d621d34271dc18 /drivers/media/video/Kconfig | |
parent | b23056ef373c27a3bd089b40f45f4bc74674e71c (diff) |
V4L/DVB (4422): Improved comment for AR device and fix some typos
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 94d078b77bab..6afe0cf09360 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -320,11 +320,16 @@ config VIDEO_M32R_AR | |||
320 | camera module. | 320 | camera module. |
321 | 321 | ||
322 | config VIDEO_M32R_AR_M64278 | 322 | config VIDEO_M32R_AR_M64278 |
323 | tristate "Use Colour AR module M64278(VGA)" | 323 | tristate "AR device with color module M64278(VGA)" |
324 | depends on VIDEO_M32R_AR && PLAT_M32700UT | 324 | depends on PLAT_M32700UT |
325 | select VIDEO_M32R_AR | ||
325 | ---help--- | 326 | ---help--- |
326 | Say Y here to use the Renesas M64278E-800 camera module, | 327 | This is a video4linux driver for the Renesas AR (Artificial |
327 | which supports VGA(640x480 pixcels) size of images. | 328 | Retina) with M64278E-800 camera module. |
329 | This module supports VGA(640x480 pixels) resolutions. | ||
330 | |||
331 | To compile this driver as a module, choose M here: the | ||
332 | module will be called arv. | ||
328 | 333 | ||
329 | # | 334 | # |
330 | # Encoder / Decoder module configuration | 335 | # Encoder / Decoder module configuration |