Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. # V4L drivers
  3. comment "NXP media platform drivers"
  4. config VIDEO_IMX_MIPI_CSIS
  5. tristate "NXP MIPI CSI-2 CSIS receiver found on i.MX7 and i.MX8 models"
  6. depends on ARCH_MXC || COMPILE_TEST
  7. depends on VIDEO_DEV
  8. select MEDIA_CONTROLLER
  9. select V4L2_FWNODE
  10. select VIDEO_V4L2_SUBDEV_API
  11. help
  12. Video4Linux2 sub-device driver for the MIPI CSI-2 CSIS receiver
  13. v3.3/v3.6.3 found on some i.MX7 and i.MX8 SoCs.
  14. # mem2mem drivers
  15. config VIDEO_IMX_PXP
  16. tristate "NXP i.MX Pixel Pipeline (PXP)"
  17. depends on V4L_MEM2MEM_DRIVERS
  18. depends on VIDEO_DEV && (ARCH_MXC || COMPILE_TEST)
  19. select VIDEOBUF2_DMA_CONTIG
  20. select V4L2_MEM2MEM_DEV
  21. help
  22. The i.MX Pixel Pipeline is a memory-to-memory engine for scaling,
  23. color space conversion, and rotation.
  24. config VIDEO_MX2_EMMAPRP
  25. tristate "NXP MX2 eMMa-PrP support"
  26. depends on V4L_MEM2MEM_DRIVERS
  27. depends on VIDEO_DEV
  28. depends on SOC_IMX27 || COMPILE_TEST
  29. select VIDEOBUF2_DMA_CONTIG
  30. select V4L2_MEM2MEM_DEV
  31. help
  32. MX2X chips have a PrP that can be used to process buffers from
  33. memory to memory. Operations include resizing and format
  34. conversion.
  35. source "drivers/media/platform/nxp/dw100/Kconfig"
  36. source "drivers/media/platform/nxp/imx-jpeg/Kconfig"