xref: /OK3568_Linux_fs/buildroot/package/freescale-imx/imx-vpu-hantro/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1comment "imx-vpu-hantro needs an i.MX-specific Linux kernel to be built"
2	depends on !BR2_LINUX_KERNEL
3
4comment "imx-vpu-hantro needs an i.MX platform with Hantro VPU"
5	depends on BR2_LINUX_KERNEL
6	depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU_HANTRO
7
8config BR2_PACKAGE_IMX_VPU_HANTRO
9	bool "imx-vpu-hantro"
10	depends on BR2_LINUX_KERNEL
11	depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU_HANTRO
12	help
13	  Library of userspace helpers specific for the NXP i.MX SoC
14	  integrating a Hantro Video Processing Unit (VPU) such as the
15	  i.MX8MQ/i.MX8MM.
16	  It requires a kernel that includes the i.MX specific headers
17	  to be built.
18
19	  This library is provided by NXP as-is and doesn't have an
20	  upstream.
21