3b0f7a921dbfe2fa153c6c9c5e9d61befc04b80c
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / freescale-imx / imx-lib / Config.in
1 comment "imx-lib needs an imx-specific Linux kernel to be built"
2         depends on BR2_arm && !BR2_LINUX_KERNEL
3
4 config BR2_PACKAGE_IMX_LIB
5         bool "imx-lib"
6         depends on BR2_LINUX_KERNEL
7         depends on BR2_arm # Only relevant for i.MX
8         help
9           Library of userspace helpers specific for the Freescale i.MX
10           platform. It wraps the kernel interfaces for some i.MX platform
11           specific drivers. It requires a kernel that includes the i.MX
12           specific headers to be built.
13
14           This library is provided by Freescale as-is and doesn't have
15           an upstream.
16