board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / freescale-imx / imx-vpuwrap / Config.in
blob35095955c206378f80b5351e6b6923f8a9008c81
1 comment "imx-vpuwrap needs an imx-specific Linux kernel to be built"
2         depends on BR2_arm
3         depends on !BR2_LINUX_KERNEL
5 comment "imx-vpuwrap needs an i.MX platform with VPU support"
6         depends on BR2_arm
7         depends on BR2_LINUX_KERNEL && !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
9 config BR2_PACKAGE_IMX_VPUWRAP
10         bool "imx-vpuwrap"
11         depends on BR2_LINUX_KERNEL
12         depends on BR2_arm # Only relevant for i.MX
13         depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
14         select BR2_PACKAGE_IMX_VPU
15         help
16           Wrapper library for the vpu library, giving it a different API.
18           This library is provided by NXP as-is and doesn't have
19           an upstream.