Merge tag 'media/v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[linux-2.6-microblaze.git] / drivers / media / platform / verisilicon / Kconfig
index 24b927d..9a34d14 100644 (file)
@@ -4,7 +4,7 @@ comment "Verisilicon media platform drivers"
 
 config VIDEO_HANTRO
        tristate "Hantro VPU driver"
-       depends on ARCH_MXC || ARCH_ROCKCHIP || ARCH_AT91 || ARCH_SUNXI || COMPILE_TEST
+       depends on ARCH_MXC || ARCH_ROCKCHIP || ARCH_AT91 || ARCH_SUNXI || ARCH_STM32 || COMPILE_TEST
        depends on V4L_MEM2MEM_DRIVERS
        depends on VIDEO_DEV
        select MEDIA_CONTROLLER
@@ -15,8 +15,8 @@ config VIDEO_HANTRO
        select V4L2_VP9
        help
          Support for the Hantro IP based Video Processing Units present on
-         Rockchip and NXP i.MX8M SoCs, which accelerate video and image
-         encoding and decoding.
+         Rockchip, NXP i.MX8M and STM32MP25 SoCs, which accelerate video
+         and image encoding and decoding.
          To compile this driver as a module, choose M here: the module
          will be called hantro-vpu.
 
@@ -51,3 +51,11 @@ config VIDEO_HANTRO_SUNXI
        default y
        help
          Enable support for H6 SoC.
+
+config VIDEO_HANTRO_STM32MP25
+       bool "Hantro STM32MP25 support"
+       depends on VIDEO_HANTRO
+       depends on ARCH_STM32 || COMPILE_TEST
+       default y
+       help
+         Enable support for STM32MP25 SoCs.