diff options
author | Jonathan Corbet <corbet@lwn.net> | 2011-06-11 13:46:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:53:00 -0400 |
commit | f8fc729870ee82662ae6e3a713d59b2fbf3b04c6 (patch) | |
tree | 84c00d006269c28e0799a2ca6c2823b81cb1e3d2 /drivers/media/video/marvell-ccic/Kconfig | |
parent | bd7319dc325ac327ddb3777564361bd4186ecdb6 (diff) |
[media] marvell-cam: Move cafe-ccic into its own directory
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>
Diffstat (limited to 'drivers/media/video/marvell-ccic/Kconfig')
-rw-r--r-- | drivers/media/video/marvell-ccic/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/marvell-ccic/Kconfig b/drivers/media/video/marvell-ccic/Kconfig new file mode 100644 index 000000000000..80136a8771e7 --- /dev/null +++ b/drivers/media/video/marvell-ccic/Kconfig | |||
@@ -0,0 +1,9 @@ | |||
1 | config VIDEO_CAFE_CCIC | ||
2 | tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support" | ||
3 | depends on PCI && I2C && VIDEO_V4L2 | ||
4 | select VIDEO_OV7670 | ||
5 | ---help--- | ||
6 | This is a video4linux2 driver for the Marvell 88ALP01 integrated | ||
7 | CMOS camera controller. This is the controller found on first- | ||
8 | generation OLPC systems. | ||
9 | |||