diff options
author | Jonathan Corbet <corbet@lwn.net> | 2010-10-19 20:32:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 11:45:28 -0400 |
commit | 024fafbac36b176d978ccd0fb1cae1fbc38c7fee (patch) | |
tree | 02b52bf8c6104ab4a8f7bcdf87741aee4b219f3b /drivers/media/video/Kconfig | |
parent | dc4589c814a3a50a4cfc2077690fc7fd397308c8 (diff) |
[media] Add the via framebuffer camera controller driver
Add a driver for the video capture port on VIA integrated chipsets. This
version has a remaining OLPCism or two and expects to be talking to an
ov7670; those can be improved as the need arises.
This work was supported by the One Laptop Per Child project.
Thanks to Laurent Pinchart for a number of useful comments.
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 2d4226710ed5..0efbb29a1a08 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -712,6 +712,16 @@ config VIDEO_SR030PC30 | |||
712 | ---help--- | 712 | ---help--- |
713 | This driver supports SR030PC30 VGA camera from Siliconfile | 713 | This driver supports SR030PC30 VGA camera from Siliconfile |
714 | 714 | ||
715 | config VIDEO_VIA_CAMERA | ||
716 | tristate "VIAFB camera controller support" | ||
717 | depends on FB_VIA | ||
718 | select VIDEOBUF_DMA_SG | ||
719 | select VIDEO_OV7670 | ||
720 | help | ||
721 | Driver support for the integrated camera controller in VIA | ||
722 | Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems | ||
723 | with ov7670 sensors. | ||
724 | |||
715 | config SOC_CAMERA | 725 | config SOC_CAMERA |
716 | tristate "SoC camera support" | 726 | tristate "SoC camera support" |
717 | depends on VIDEO_V4L2 && HAS_DMA && I2C | 727 | depends on VIDEO_V4L2 && HAS_DMA && I2C |