Kconfig 1.8 KB

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