Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. comment "Verisilicon media platform drivers"
  3. config VIDEO_HANTRO
  4. tristate "Hantro VPU driver"
  5. depends on ARCH_MXC || ARCH_ROCKCHIP || ARCH_AT91 || ARCH_SUNXI || COMPILE_TEST
  6. depends on V4L_MEM2MEM_DRIVERS
  7. depends on VIDEO_DEV
  8. select MEDIA_CONTROLLER
  9. select MEDIA_CONTROLLER_REQUEST_API
  10. select VIDEOBUF2_DMA_CONTIG
  11. select VIDEOBUF2_VMALLOC
  12. select V4L2_MEM2MEM_DEV
  13. select V4L2_H264
  14. select V4L2_VP9
  15. help
  16. Support for the Hantro IP based Video Processing Units present on
  17. Rockchip and NXP i.MX8M SoCs, which accelerate video and image
  18. encoding and decoding.
  19. To compile this driver as a module, choose M here: the module
  20. will be called hantro-vpu.
  21. config VIDEO_HANTRO_IMX8M
  22. bool "Hantro VPU i.MX8M support"
  23. depends on VIDEO_HANTRO
  24. depends on ARCH_MXC || COMPILE_TEST
  25. default y
  26. help
  27. Enable support for i.MX8M SoCs.
  28. config VIDEO_HANTRO_SAMA5D4
  29. bool "Hantro VDEC SAMA5D4 support"
  30. depends on VIDEO_HANTRO
  31. depends on ARCH_AT91 || COMPILE_TEST
  32. default y
  33. help
  34. Enable support for Microchip SAMA5D4 SoCs.
  35. config VIDEO_HANTRO_ROCKCHIP
  36. bool "Hantro VPU Rockchip support"
  37. depends on VIDEO_HANTRO
  38. depends on ARCH_ROCKCHIP || COMPILE_TEST
  39. default y
  40. help
  41. Enable support for RK3288, RK3328, and RK3399 SoCs.
  42. config VIDEO_HANTRO_SUNXI
  43. bool "Hantro VPU Allwinner support"
  44. depends on VIDEO_HANTRO
  45. depends on ARCH_SUNXI || COMPILE_TEST
  46. default y
  47. help
  48. Enable support for H6 SoC.