Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[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_PXA27x
21 tristate "PXA27x Quick Capture Interface driver"
22 depends on VIDEO_DEV && PXA27x && SOC_CAMERA
23 select VIDEOBUF_DMA_SG
24 select SG_SPLIT
25 ---help---
26 This is a v4l2 driver for the PXA27x Quick Capture Interface
27
28 config VIDEO_RCAR_VIN_OLD
29 tristate "R-Car Video Input (VIN) support (DEPRECATED)"
30 depends on VIDEO_DEV && SOC_CAMERA
31 depends on ARCH_RENESAS || COMPILE_TEST
32 depends on HAS_DMA
33 select VIDEOBUF2_DMA_CONTIG
34 select SOC_CAMERA_SCALE_CROP
35 ---help---
36 This is a v4l2 driver for the R-Car VIN Interface
37
38 config VIDEO_SH_MOBILE_CSI2
39 tristate "SuperH Mobile MIPI CSI-2 Interface driver"
40 depends on VIDEO_DEV && SOC_CAMERA && HAVE_CLK
41 depends on ARCH_SHMOBILE || SUPERH || COMPILE_TEST
42 ---help---
43 This is a v4l2 driver for the SuperH MIPI CSI-2 Interface
44
45 config VIDEO_SH_MOBILE_CEU
46 tristate "SuperH Mobile CEU Interface driver"
47 depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
48 depends on ARCH_SHMOBILE || COMPILE_TEST
49 depends on HAS_DMA
50 select VIDEOBUF2_DMA_CONTIG
51 select SOC_CAMERA_SCALE_CROP
52 ---help---
53 This is a v4l2 driver for the SuperH Mobile CEU Interface
54
55 config VIDEO_ATMEL_ISI
56 tristate "ATMEL Image Sensor Interface (ISI) support"
57 depends on VIDEO_DEV && SOC_CAMERA
58 depends on ARCH_AT91 || COMPILE_TEST
59 depends on HAS_DMA
60 select VIDEOBUF2_DMA_CONTIG
61 ---help---
62 This module makes the ATMEL Image Sensor Interface available
63 as a v4l2 device.
64
This page took 0.03284 seconds and 6 git commands to generate.