1comment "imx-lib needs an imx-specific Linux kernel to be built"
2	depends on BR2_arm && !BR2_LINUX_KERNEL
3
4config 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
11	  platform specific drivers. It requires a kernel that
12	  includes the i.MX specific headers to be built.
13
14	  https://github.com/nxp-imx/imx-lib
15