Kconfig 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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 HAS_DMA
  50. select VIDEOBUF2_DMA_CONTIG
  51. depends on OF
  52. select FW_LOADER
  53. help
  54. This is a V4L2 driver for Samsung EXYNOS4x12 SoC series
  55. FIMC-IS (Imaging Subsystem).
  56. To compile this driver as a module, choose M here: the
  57. module will be called exynos4-fimc-is.
  58. config VIDEO_EXYNOS4_ISP_DMA_CAPTURE
  59. bool "EXYNOS4x12 FIMC-IS ISP Direct DMA capture support"
  60. depends on VIDEO_EXYNOS4_FIMC_IS
  61. select VIDEO_EXYNOS4_IS_COMMON
  62. default y
  63. help
  64. This option enables an additional video device node exposing a V4L2
  65. video capture interface for the FIMC-IS ISP raw (Bayer) capture DMA.
  66. endif # VIDEO_SAMSUNG_EXYNOS4_IS