15 lines
486 B
Plaintext
15 lines
486 B
Plaintext
comment "imx-vpu-hantro-vc needs an i.MX-specific Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
comment "imx-vpu-hantro-vc needs an i.MX platform with Hantro VPU"
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU_HANTRO
|
|
|
|
config BR2_PACKAGE_IMX_VPU_HANTRO_VC
|
|
bool "imx-vpu-hantro-vc"
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU_HANTRO
|
|
help
|
|
i.MX VC8000E Encoder library. Intended for the i.MX 8M Plus
|
|
processor.
|