Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. config VIDEO_SAMSUNG_S5P_FIMC
  2. bool "Samsung S5P/EXYNOS SoC camera interface driver (experimental)"
  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_S5P_FIMC
  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. help
  14. This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC camera host
  15. interface and video postprocessor (FIMC and FIMC-LITE) devices.
  16. To compile this driver as a module, choose M here: the
  17. module will be called s5p-fimc.
  18. config VIDEO_S5P_MIPI_CSIS
  19. tristate "S5P/EXYNOS MIPI-CSI2 receiver (MIPI-CSIS) driver"
  20. depends on REGULATOR
  21. select S5P_SETUP_MIPIPHY
  22. help
  23. This is a V4L2 driver for Samsung S5P and EXYNOS4 SoC MIPI-CSI2
  24. receiver (MIPI-CSIS) devices.
  25. To compile this driver as a module, choose M here: the
  26. module will be called s5p-csis.
  27. if SOC_EXYNOS4212 || SOC_EXYNOS4412 || SOC_EXYNOS5250
  28. config VIDEO_EXYNOS_FIMC_LITE
  29. tristate "EXYNOS FIMC-LITE camera interface driver"
  30. depends on I2C
  31. select VIDEOBUF2_DMA_CONTIG
  32. help
  33. This is a V4L2 driver for Samsung EXYNOS4/5 SoC FIMC-LITE camera
  34. host interface.
  35. To compile this driver as a module, choose M here: the
  36. module will be called exynos-fimc-lite.
  37. endif
  38. endif # VIDEO_SAMSUNG_S5P_FIMC