diff options
author | Jonathan Corbet <corbet@lwn.net> | 2011-06-20 15:14:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:53:11 -0400 |
commit | a9b36e850782db853b9da050be9ed2050de51ad4 (patch) | |
tree | 40f372b8a9e6ad06eca64cc0f199e4edfa7b461a /drivers/media/video/marvell-ccic/Kconfig | |
parent | 6c895d548c393d913152195c9e70816e13c64f9f (diff) |
[media] marvell-cam: implement contiguous DMA operation
The core driver can now operate in either vmalloc or dma-contig modes;
obviously the latter is preferable when it is supported. Default is
currently vmalloc on all platforms; load the module with buffer_mode=1 for
contiguous DMA mode.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/marvell-ccic/Kconfig b/drivers/media/video/marvell-ccic/Kconfig index eb535b10000c..22314a0fa23b 100644 --- a/drivers/media/video/marvell-ccic/Kconfig +++ b/drivers/media/video/marvell-ccic/Kconfig | |||
@@ -14,6 +14,7 @@ config VIDEO_MMP_CAMERA | |||
14 | select VIDEO_OV7670 | 14 | select VIDEO_OV7670 |
15 | select I2C_GPIO | 15 | select I2C_GPIO |
16 | select VIDEOBUF2_VMALLOC | 16 | select VIDEOBUF2_VMALLOC |
17 | select VIDEOBUF2_DMA_CONTIG | ||
17 | ---help--- | 18 | ---help--- |
18 | This is a Video4Linux2 driver for the integrated camera | 19 | This is a Video4Linux2 driver for the integrated camera |
19 | controller found on Marvell Armada 610 application | 20 | controller found on Marvell Armada 610 application |