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/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/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index bb53de7fe408..4847c2cbc72b 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -707,6 +707,8 @@ source "drivers/media/video/cx18/Kconfig" | |||
707 | 707 | ||
708 | source "drivers/media/video/saa7164/Kconfig" | 708 | source "drivers/media/video/saa7164/Kconfig" |
709 | 709 | ||
710 | source "drivers/media/video/marvell-ccic/Kconfig" | ||
711 | |||
710 | config VIDEO_M32R_AR | 712 | config VIDEO_M32R_AR |
711 | tristate "AR devices" | 713 | tristate "AR devices" |
712 | depends on M32R && VIDEO_V4L2 | 714 | depends on M32R && VIDEO_V4L2 |
@@ -726,15 +728,6 @@ config VIDEO_M32R_AR_M64278 | |||
726 | To compile this driver as a module, choose M here: the | 728 | To compile this driver as a module, choose M here: the |
727 | module will be called arv. | 729 | module will be called arv. |
728 | 730 | ||
729 | config VIDEO_CAFE_CCIC | ||
730 | tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support" | ||
731 | depends on PCI && I2C && VIDEO_V4L2 | ||
732 | select VIDEO_OV7670 | ||
733 | ---help--- | ||
734 | This is a video4linux2 driver for the Marvell 88ALP01 integrated | ||
735 | CMOS camera controller. This is the controller found on first- | ||
736 | generation OLPC systems. | ||
737 | |||
738 | config VIDEO_SR030PC30 | 731 | config VIDEO_SR030PC30 |
739 | tristate "SR030PC30 VGA camera sensor support" | 732 | tristate "SR030PC30 VGA camera sensor support" |
740 | depends on I2C && VIDEO_V4L2 | 733 | depends on I2C && VIDEO_V4L2 |