Kconfig 1.9 KB

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