Kconfig (66e72a01b60ae6950ddbb3585fdc1424d303e14b) | Kconfig (5423e2d220bebb4304f7ff739d02180f676eefd0) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2 3comment "Verisilicon media platform drivers" 4 5config VIDEO_HANTRO 6 tristate "Hantro VPU driver" 7 depends on ARCH_MXC || ARCH_ROCKCHIP || ARCH_AT91 || ARCH_SUNXI || ARCH_STM32 || COMPILE_TEST 8 depends on V4L_MEM2MEM_DRIVERS --- 7 unchanged lines hidden (view full) --- 16 select V4L2_VP9 17 help 18 Support for the Hantro IP based Video Processing Units present on 19 Rockchip, NXP i.MX8M and STM32MP25 SoCs, which accelerate video 20 and image encoding and decoding. 21 To compile this driver as a module, choose M here: the module 22 will be called hantro-vpu. 23 | 1# SPDX-License-Identifier: GPL-2.0-only 2 3comment "Verisilicon media platform drivers" 4 5config VIDEO_HANTRO 6 tristate "Hantro VPU driver" 7 depends on ARCH_MXC || ARCH_ROCKCHIP || ARCH_AT91 || ARCH_SUNXI || ARCH_STM32 || COMPILE_TEST 8 depends on V4L_MEM2MEM_DRIVERS --- 7 unchanged lines hidden (view full) --- 16 select V4L2_VP9 17 help 18 Support for the Hantro IP based Video Processing Units present on 19 Rockchip, NXP i.MX8M and STM32MP25 SoCs, which accelerate video 20 and image encoding and decoding. 21 To compile this driver as a module, choose M here: the module 22 will be called hantro-vpu. 23 |
24config VIDEO_HANTRO_HEVC_RFC 25 bool "Use reference frame compression for HEVC" 26 depends on VIDEO_HANTRO 27 default n 28 help 29 Enable the reference frame compression feature for the HEVC codec. 30 It will use more memory but save bandwidth on memory bus. 31 |
|
24config VIDEO_HANTRO_IMX8M 25 bool "Hantro VPU i.MX8M support" 26 depends on VIDEO_HANTRO 27 depends on ARCH_MXC || COMPILE_TEST 28 default y 29 help 30 Enable support for i.MX8M SoCs. 31 --- 31 unchanged lines hidden --- | 32config VIDEO_HANTRO_IMX8M 33 bool "Hantro VPU i.MX8M support" 34 depends on VIDEO_HANTRO 35 depends on ARCH_MXC || COMPILE_TEST 36 default y 37 help 38 Enable support for i.MX8M SoCs. 39 --- 31 unchanged lines hidden --- |