Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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 && PLAT_S5P && PM_RUNTIME
  4. help
  5. Say Y here to enable camera host interface devices for
  6. Samsung S5P and EXYNOS SoC series.
  7. if VIDEO_SAMSUNG_EXYNOS4_IS
  8. config VIDEO_S5P_FIMC
  9. tristate "S5P/EXYNOS4 FIMC/CAMIF camera interface driver"
  10. depends on I2C
  11. select VIDEOBUF2_DMA_CONTIG
  12. select V4L2_MEM2MEM_DEV
  13. select MFD_SYSCON if OF
  14. help
  15. This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC camera host
  16. interface and video postprocessor (FIMC) devices.
  17. To compile this driver as a module, choose M here: the
  18. module will be called s5p-fimc.
  19. config VIDEO_S5P_MIPI_CSIS
  20. tristate "S5P/EXYNOS MIPI-CSI2 receiver (MIPI-CSIS) driver"
  21. depends on REGULATOR
  22. select S5P_SETUP_MIPIPHY
  23. help
  24. This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC MIPI-CSI2
  25. receiver (MIPI-CSIS) devices.
  26. To compile this driver as a module, choose M here: the
  27. module will be called s5p-csis.
  28. if SOC_EXYNOS4212 || SOC_EXYNOS4412 || SOC_EXYNOS5250
  29. config VIDEO_EXYNOS_FIMC_LITE
  30. tristate "EXYNOS FIMC-LITE camera interface driver"
  31. depends on I2C
  32. select VIDEOBUF2_DMA_CONTIG
  33. help
  34. This is a V4L2 driver for Samsung EXYNOS4/5 SoC FIMC-LITE camera
  35. host interface.
  36. To compile this driver as a module, choose M here: the
  37. module will be called exynos-fimc-lite.
  38. endif
  39. config VIDEO_EXYNOS4_FIMC_IS
  40. tristate "EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver"
  41. select VIDEOBUF2_DMA_CONTIG
  42. depends on OF
  43. select FW_LOADER
  44. help
  45. This is a V4L2 driver for Samsung EXYNOS4x12 SoC series
  46. FIMC-IS (Imaging Subsystem).
  47. To compile this driver as a module, choose M here: the
  48. module will be called exynos4-fimc-is.
  49. endif # VIDEO_SAMSUNG_S5P_FIMC