diff options
author | Jonathan Corbet <corbet@lwn.net> | 2011-06-30 16:05:27 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:53:35 -0400 |
commit | cbc4f3a277ce52c217457ce08f433d8e9ad4925f (patch) | |
tree | 5c5d19d197131b80210784751159a172b175a4ec /drivers/media/video/marvell-ccic/Kconfig | |
parent | 60c0732244164f14e376cfae493dba368f761514 (diff) |
[media] marvell-cam: Working s/g DMA
The core Marvell camera driver can now do scatter/gather DMA on controllers
which support that functionality.
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/marvell-ccic/Kconfig b/drivers/media/video/marvell-ccic/Kconfig index 22314a0fa23b..5be66e2e8591 100644 --- a/drivers/media/video/marvell-ccic/Kconfig +++ b/drivers/media/video/marvell-ccic/Kconfig | |||
@@ -3,6 +3,8 @@ config VIDEO_CAFE_CCIC | |||
3 | depends on PCI && I2C && VIDEO_V4L2 | 3 | depends on PCI && I2C && VIDEO_V4L2 |
4 | select VIDEO_OV7670 | 4 | select VIDEO_OV7670 |
5 | select VIDEOBUF2_VMALLOC | 5 | select VIDEOBUF2_VMALLOC |
6 | select VIDEOBUF2_DMA_CONTIG | ||
7 | select VIDEOBUF2_DMA_SG | ||
6 | ---help--- | 8 | ---help--- |
7 | This is a video4linux2 driver for the Marvell 88ALP01 integrated | 9 | This is a video4linux2 driver for the Marvell 88ALP01 integrated |
8 | CMOS camera controller. This is the controller found on first- | 10 | CMOS camera controller. This is the controller found on first- |
@@ -15,6 +17,7 @@ config VIDEO_MMP_CAMERA | |||
15 | select I2C_GPIO | 17 | select I2C_GPIO |
16 | select VIDEOBUF2_VMALLOC | 18 | select VIDEOBUF2_VMALLOC |
17 | select VIDEOBUF2_DMA_CONTIG | 19 | select VIDEOBUF2_DMA_CONTIG |
20 | select VIDEOBUF2_DMA_SG | ||
18 | ---help--- | 21 | ---help--- |
19 | This is a Video4Linux2 driver for the integrated camera | 22 | This is a Video4Linux2 driver for the integrated camera |
20 | controller found on Marvell Armada 610 application | 23 | controller found on Marvell Armada 610 application |