Merge remote-tracking branch 'block/for-next'
[deliverable/linux.git] / drivers / media / platform / soc_camera / Kconfig
1 config SOC_CAMERA
2 tristate "SoC camera support"
3 depends on VIDEO_V4L2 && HAS_DMA && I2C
4 select VIDEOBUF_GEN
5 select VIDEOBUF2_CORE
6 help
7 SoC Camera is a common API to several cameras, not connecting
8 over a bus like PCI or USB. For example some i2c camera connected
9 directly to the data bus of an SoC.
10
11 config SOC_CAMERA_SCALE_CROP
12 tristate
13
14 config SOC_CAMERA_PLATFORM
15 tristate "platform camera support"
16 depends on SOC_CAMERA
17 help
18 This is a generic SoC camera platform driver, useful for testing
19
20 config VIDEO_RCAR_VIN_OLD
21 tristate "R-Car Video Input (VIN) support (DEPRECATED)"
22 depends on VIDEO_DEV && SOC_CAMERA
23 depends on ARCH_RENESAS || COMPILE_TEST
24 depends on HAS_DMA
25 select VIDEOBUF2_DMA_CONTIG
26 select SOC_CAMERA_SCALE_CROP
27 ---help---
28 This is a v4l2 driver for the R-Car VIN Interface
29
30 config VIDEO_SH_MOBILE_CEU
31 tristate "SuperH Mobile CEU Interface driver"
32 depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
33 depends on ARCH_SHMOBILE || COMPILE_TEST
34 depends on HAS_DMA
35 select VIDEOBUF2_DMA_CONTIG
36 select SOC_CAMERA_SCALE_CROP
37 ---help---
38 This is a v4l2 driver for the SuperH Mobile CEU Interface
39
40 config VIDEO_ATMEL_ISI
41 tristate "ATMEL Image Sensor Interface (ISI) support"
42 depends on VIDEO_DEV && SOC_CAMERA
43 depends on ARCH_AT91 || COMPILE_TEST
44 depends on HAS_DMA
45 select VIDEOBUF2_DMA_CONTIG
46 ---help---
47 This module makes the ATMEL Image Sensor Interface available
48 as a v4l2 device.
49
This page took 0.042659 seconds and 5 git commands to generate.