diff options
author | Sakari Ailus <sakari.ailus@maxwell.research.nokia.com> | 2011-12-07 11:45:25 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-14 07:57:02 -0400 |
commit | cf1c5fae5f8a28d478b7177a2d83e42d25eab072 (patch) | |
tree | e8a6ddfe3775a74413db9c5d674137a74e7e0a18 /drivers/media/video/Kconfig | |
parent | a6d7a62dcd1fccb3140100551b205315491eadc5 (diff) |
[media] smiapp: Generic SMIA++/SMIA PLL calculator
Calculate PLL configuration based on input data: sensor configuration, board
properties and sensor-specific limits.
[mchehab@redhat.com: Fix a Kconfig conflict affecting APTINA_PLL]
Signed-off-by: Sakari Ailus <sakari.ailus@maxwell.research.nokia.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
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 b09982ee21d7..d3e879f64310 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -472,6 +472,9 @@ comment "Camera sensor devices" | |||
472 | config VIDEO_APTINA_PLL | 472 | config VIDEO_APTINA_PLL |
473 | tristate | 473 | tristate |
474 | 474 | ||
475 | config VIDEO_SMIAPP_PLL | ||
476 | tristate | ||
477 | |||
475 | config VIDEO_OV7670 | 478 | config VIDEO_OV7670 |
476 | tristate "OmniVision OV7670 sensor support" | 479 | tristate "OmniVision OV7670 sensor support" |
477 | depends on I2C && VIDEO_V4L2 | 480 | depends on I2C && VIDEO_V4L2 |