diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-02-25 13:24:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-19 18:53:39 -0300 |
commit | 0b27c81ba32de6f5eb9df769d839bab399c4c6de (patch) | |
tree | e5c567d22d5e395bdbee359ef327eb676cd5e9e2 /drivers/media/video/Kconfig | |
parent | c0f9976662fa569e3760187d51bc4cd7b8f00e1d (diff) |
[media] v4l: Aptina-style sensor PLL support
Add a generic helper function to compute PLL parameters for PLL found in
several Aptina sensors.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 3651762b6fa2..8456ab7e8723 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -469,6 +469,9 @@ config VIDEO_AK881X comment "Camera sensor devices" +config VIDEO_APTINA_PLL + tristate + config VIDEO_OV7670 tristate "OmniVision OV7670 sensor support" depends on I2C && VIDEO_V4L2 |