Kconfig 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. config VIDEO_SAMSUNG_EXYNOS4_IS
  2. bool "Samsung S5P/EXYNOS4 SoC series Camera Subsystem driver"
  3. depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  4. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  5. depends on OF && COMMON_CLK
  6. help
  7. Say Y here to enable camera host interface devices for
  8. Samsung S5P and EXYNOS SoC series.
  9. if VIDEO_SAMSUNG_EXYNOS4_IS
  10. config VIDEO_EXYNOS4_IS_COMMON
  11. tristate
  12. config VIDEO_S5P_FIMC
  13. tristate "S5P/EXYNOS4 FIMC/CAMIF camera interface driver"
  14. depends on I2C
  15. depends on HAS_DMA
  16. select VIDEOBUF2_DMA_CONTIG
  17. select V4L2_MEM2MEM_DEV
  18. select MFD_SYSCON
  19. select VIDEO_EXYNOS4_IS_COMMON
  20. help
  21. This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC camera host
  22. interface and video postprocessor (FIMC) devices.
  23. To compile this driver as a module, choose M here: the
  24. module will be called s5p-fimc.
  25. config VIDEO_S5P_MIPI_CSIS
  26. tristate "S5P/EXYNOS MIPI-CSI2 receiver (MIPI-CSIS) driver"
  27. depends on REGULATOR
  28. select GENERIC_PHY
  29. help
  30. This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC MIPI-CSI2
  31. receiver (MIPI-CSIS) devices.
  32. To compile this driver as a module, choose M here: the
  33. module will be called s5p-csis.
  34. if SOC_EXYNOS4212 || SOC_EXYNOS4412 || SOC_EXYNOS5250
  35. config VIDEO_EXYNOS_FIMC_LITE
  36. tristate "EXYNOS FIMC-LITE camera interface driver"
  37. depends on I2C
  38. depends on HAS_DMA
  39. select VIDEOBUF2_DMA_CONTIG
  40. select VIDEO_EXYNOS4_IS_COMMON
  41. help
  42. This is a V4L2 driver for Samsung EXYNOS4/5 SoC FIMC-LITE camera
  43. host interface.
  44. To compile this driver as a module, choose M here: the
  45. module will be called exynos-fimc-lite.
  46. endif
  47. config VIDEO_EXYNOS4_FIMC_IS
  48. tristate "EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver"
  49. depends on I2C
  50. depends on HAS_DMA
  51. select VIDEOBUF2_DMA_CONTIG
  52. depends on OF
  53. select FW_LOADER
  54. help
  55. This is a V4L2 driver for Samsung EXYNOS4x12 SoC series
  56. FIMC-IS (Imaging Subsystem).
  57. To compile this driver as a module, choose M here: the
  58. module will be called exynos4-fimc-is.
  59. config VIDEO_EXYNOS4_ISP_DMA_CAPTURE
  60. bool "EXYNOS4x12 FIMC-IS ISP Direct DMA capture support"
  61. depends on VIDEO_EXYNOS4_FIMC_IS
  62. select VIDEO_EXYNOS4_IS_COMMON
  63. default y
  64. help
  65. This option enables an additional video device node exposing a V4L2
  66. video capture interface for the FIMC-IS ISP raw (Bayer) capture DMA.
  67. endif # VIDEO_SAMSUNG_EXYNOS4_IS