Kconfig 2.3 KB

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