diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-08 18:48:07 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 14:53:36 (GMT) |
commit | 0518999c5fd640bfac24c7c452e902007b1a2b0a (patch) | |
tree | 46ed3f693926e365d55bd4f053d621d34271dc18 /drivers/media | |
parent | b23056ef373c27a3bd089b40f45f4bc74674e71c (diff) | |
download | linux-fsl-qoriq-0518999c5fd640bfac24c7c452e902007b1a2b0a.tar.xz |
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')
-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 94d078b..6afe0cf 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -320,11 +320,16 @@ config VIDEO_M32R_AR camera module. config VIDEO_M32R_AR_M64278 - tristate "Use Colour AR module M64278(VGA)" - depends on VIDEO_M32R_AR && PLAT_M32700UT + tristate "AR device with color module M64278(VGA)" + depends on PLAT_M32700UT + select VIDEO_M32R_AR ---help--- - Say Y here to use the Renesas M64278E-800 camera module, - which supports VGA(640x480 pixcels) size of images. + This is a video4linux driver for the Renesas AR (Artificial + Retina) with M64278E-800 camera module. + This module supports VGA(640x480 pixels) resolutions. + + To compile this driver as a module, choose M here: the + module will be called arv. # # Encoder / Decoder module configuration |