diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2011-01-03 06:07:30 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:31:40 -0400 |
commit | f8e2e3eab8f70103fb4680e2da202e14199c199a (patch) | |
tree | 1b969d732c83d8d5bb2fe6ed621333645a529d23 /drivers/media/video/Kconfig | |
parent | 22fb985adad023de15ad1a4ee0271a4dd97ed995 (diff) |
[media] Add v4l2 subdev driver for NOON010PC30L image sensor
Add I2C/V4L2 subdev driver for Siliconfile NOON010PC30 CIF camera.
The driver implements basic functionality, i.e. CIF/QCIF/QQCIF
resolution and color format selection, automatic/manual color
balance control. Other functions like cropping, rotation/flip,
exposure etc. can be easily implemented if needed.
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 9f20fc5903c2..f86e407c2218 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -740,6 +740,12 @@ config VIDEO_VIA_CAMERA | |||
740 | Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems | 740 | Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems |
741 | with ov7670 sensors. | 741 | with ov7670 sensors. |
742 | 742 | ||
743 | config VIDEO_NOON010PC30 | ||
744 | tristate "NOON010PC30 CIF camera sensor support" | ||
745 | depends on I2C && VIDEO_V4L2 | ||
746 | ---help--- | ||
747 | This driver supports NOON010PC30 CIF camera from Siliconfile | ||
748 | |||
743 | config SOC_CAMERA | 749 | config SOC_CAMERA |
744 | tristate "SoC camera support" | 750 | tristate "SoC camera support" |
745 | depends on VIDEO_V4L2 && HAS_DMA && I2C | 751 | depends on VIDEO_V4L2 && HAS_DMA && I2C |