This driver will soon become a family of drivers, so let's give it its own place to live. This move requires putting ov7670.h into include/media, but there are no code changes. Cc: Daniel Drake <dsd@laptop.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>tirimbino
parent
bd7319dc32
commit
f8fc729870
@ -0,0 +1,9 @@ |
|||||||
|
config VIDEO_CAFE_CCIC |
||||||
|
tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support" |
||||||
|
depends on PCI && I2C && VIDEO_V4L2 |
||||||
|
select VIDEO_OV7670 |
||||||
|
---help--- |
||||||
|
This is a video4linux2 driver for the Marvell 88ALP01 integrated |
||||||
|
CMOS camera controller. This is the controller found on first- |
||||||
|
generation OLPC systems. |
||||||
|
|
@ -0,0 +1 @@ |
|||||||
|
obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o
|
Loading…
Reference in new issue