Kconfig 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. config SOC_CAMERA_SCALE_CROP
  11. tristate
  12. config SOC_CAMERA_PLATFORM
  13. tristate "platform camera support"
  14. depends on SOC_CAMERA
  15. help
  16. This is a generic SoC camera platform driver, useful for testing
  17. config VIDEO_MX3
  18. tristate "i.MX3x Camera Sensor Interface driver"
  19. depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
  20. depends on MX3_IPU || COMPILE_TEST
  21. depends on HAS_DMA
  22. select VIDEOBUF2_DMA_CONTIG
  23. ---help---
  24. This is a v4l2 driver for the i.MX3x Camera Sensor Interface
  25. config VIDEO_PXA27x
  26. tristate "PXA27x Quick Capture Interface driver"
  27. depends on VIDEO_DEV && PXA27x && SOC_CAMERA
  28. select VIDEOBUF_DMA_SG
  29. ---help---
  30. This is a v4l2 driver for the PXA27x Quick Capture Interface
  31. config VIDEO_RCAR_VIN
  32. tristate "R-Car Video Input (VIN) support"
  33. depends on VIDEO_DEV && SOC_CAMERA
  34. depends on ARCH_SHMOBILE || COMPILE_TEST
  35. depends on HAS_DMA
  36. select VIDEOBUF2_DMA_CONTIG
  37. select SOC_CAMERA_SCALE_CROP
  38. ---help---
  39. This is a v4l2 driver for the R-Car VIN Interface
  40. config VIDEO_SH_MOBILE_CSI2
  41. tristate "SuperH Mobile MIPI CSI-2 Interface driver"
  42. depends on VIDEO_DEV && SOC_CAMERA && HAVE_CLK
  43. depends on ARCH_SHMOBILE || SUPERH || COMPILE_TEST
  44. ---help---
  45. This is a v4l2 driver for the SuperH MIPI CSI-2 Interface
  46. config VIDEO_SH_MOBILE_CEU
  47. tristate "SuperH Mobile CEU Interface driver"
  48. depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
  49. depends on ARCH_SHMOBILE || SUPERH || COMPILE_TEST
  50. depends on HAS_DMA
  51. select VIDEOBUF2_DMA_CONTIG
  52. select SOC_CAMERA_SCALE_CROP
  53. ---help---
  54. This is a v4l2 driver for the SuperH Mobile CEU Interface
  55. config VIDEO_OMAP1
  56. tristate "OMAP1 Camera Interface driver"
  57. depends on VIDEO_DEV && SOC_CAMERA
  58. depends on ARCH_OMAP1
  59. depends on HAS_DMA
  60. select VIDEOBUF_DMA_CONTIG
  61. select VIDEOBUF_DMA_SG
  62. ---help---
  63. This is a v4l2 driver for the TI OMAP1 camera interface
  64. config VIDEO_MX2
  65. tristate "i.MX27 Camera Sensor Interface driver"
  66. depends on VIDEO_DEV && SOC_CAMERA
  67. depends on SOC_IMX27 || COMPILE_TEST
  68. depends on HAS_DMA
  69. select VIDEOBUF2_DMA_CONTIG
  70. ---help---
  71. This is a v4l2 driver for the i.MX27 Camera Sensor Interface
  72. config VIDEO_ATMEL_ISI
  73. tristate "ATMEL Image Sensor Interface (ISI) support"
  74. depends on VIDEO_DEV && SOC_CAMERA
  75. depends on ARCH_AT91 || COMPILE_TEST
  76. depends on HAS_DMA
  77. select VIDEOBUF2_DMA_CONTIG
  78. ---help---
  79. This module makes the ATMEL Image Sensor Interface available
  80. as a v4l2 device.