diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2008-10-24 14:43:07 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:25 -0500 |
commit | 08a66aea55154b50f9e9e2e89cc85d8b75121568 (patch) | |
tree | 0bb2a134305d96cc393afcf5834769f975abf874 /drivers/media/video/Kconfig | |
parent | d1f81da2361804d62f7ade2703eda68dda6cdb48 (diff) |
V4L/DVB (9488): Add ov772x driver
This patch adds ov772x driver that use soc_camera framework.
It was tested on SH Migo-r board.
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
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 057fd7e160c4..af951bdc111d 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -750,6 +750,12 @@ config SOC_CAMERA_PLATFORM | |||
750 | help | 750 | help |
751 | This is a generic SoC camera platform driver, useful for testing | 751 | This is a generic SoC camera platform driver, useful for testing |
752 | 752 | ||
753 | config SOC_CAMERA_OV772X | ||
754 | tristate "ov772x camera support" | ||
755 | depends on SOC_CAMERA && I2C | ||
756 | help | ||
757 | This is a ov772x camera driver | ||
758 | |||
753 | config VIDEO_PXA27x | 759 | config VIDEO_PXA27x |
754 | tristate "PXA27x Quick Capture Interface driver" | 760 | tristate "PXA27x Quick Capture Interface driver" |
755 | depends on VIDEO_DEV && PXA27x && SOC_CAMERA | 761 | depends on VIDEO_DEV && PXA27x && SOC_CAMERA |