aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/Kconfig13
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
322config VIDEO_M32R_AR_M64278 322config 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