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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/media/video/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile index d5e49ddbf9dd..af79d476a4c8 100644 --- a/drivers/media/video/Makefile +++ b/drivers/media/video/Makefile | |||
@@ -122,6 +122,8 @@ obj-$(CONFIG_VIDEO_CX2341X) += cx2341x.o | |||
122 | 122 | ||
123 | obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o | 123 | obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o |
124 | 124 | ||
125 | obj-$(CONFIG_VIDEO_VIA_CAMERA) += via-camera.o | ||
126 | |||
125 | obj-$(CONFIG_USB_DABUSB) += dabusb.o | 127 | obj-$(CONFIG_USB_DABUSB) += dabusb.o |
126 | obj-$(CONFIG_USB_SE401) += se401.o | 128 | obj-$(CONFIG_USB_SE401) += se401.o |
127 | obj-$(CONFIG_USB_ZR364XX) += zr364xx.o | 129 | obj-$(CONFIG_USB_ZR364XX) += zr364xx.o |