diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-07-26 10:12:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 15:43:39 -0400 |
commit | 077e2c10c9cb618d571bf16475db696610bdb24a (patch) | |
tree | e4954cf7e9dd91e7f773bab801fc80f1410de515 /drivers/media/video/Kconfig | |
parent | 52d268a36246ee4156cc719036522616bb4d73fa (diff) |
V4L/DVB: V4L2: soc-camera: add a MIPI CSI-2 driver for SH-Mobile platforms
Some SH-Mobile SoCs implement a MIPI CSI-2 controller, that can interface to
several video clients and send data to the CEU or to the Image Signal
Processor. This patch implements a v4l2-subdevice driver for CSI-2 to be used
within the soc-camera framework, implementing the second subdevice in addition
to the actual video clients.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
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 c627f776c1e9..0f1ac401dedd 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -876,6 +876,12 @@ config VIDEO_PXA27x | |||
876 | ---help--- | 876 | ---help--- |
877 | This is a v4l2 driver for the PXA27x Quick Capture Interface | 877 | This is a v4l2 driver for the PXA27x Quick Capture Interface |
878 | 878 | ||
879 | config VIDEO_SH_MOBILE_CSI2 | ||
880 | tristate "SuperH Mobile MIPI CSI-2 Interface driver" | ||
881 | depends on VIDEO_DEV && SOC_CAMERA && HAVE_CLK | ||
882 | ---help--- | ||
883 | This is a v4l2 driver for the SuperH MIPI CSI-2 Interface | ||
884 | |||
879 | config VIDEO_SH_MOBILE_CEU | 885 | config VIDEO_SH_MOBILE_CEU |
880 | tristate "SuperH Mobile CEU Interface driver" | 886 | tristate "SuperH Mobile CEU Interface driver" |
881 | depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK | 887 | depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK |