diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-02-25 13:25:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-19 18:54:22 -0300 |
commit | 08cd43cc4623c13aa0bf4efa39d087dbe53418e7 (patch) | |
tree | 1a4395ae73e91bdd1cc4cb4ad4e01d0044c02fdb /drivers/media/video/Kconfig | |
parent | 0b27c81ba32de6f5eb9df769d839bab399c4c6de (diff) | |
download | linux-08cd43cc4623c13aa0bf4efa39d087dbe53418e7.tar.bz2 |
[media] mt9p031: Use generic PLL setup code
Compute the PLL parameters at runtime using the generic Aptina PLL
helper.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 8456ab7e8723..efe94845bfa6 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -493,6 +493,7 @@ config VIDEO_VS6624 config VIDEO_MT9P031 tristate "Aptina MT9P031 support" depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API + select VIDEO_APTINA_PLL ---help--- This is a Video4Linux2 sensor-level driver for the Aptina (Micron) mt9p031 5 Mpixel camera. |