xref: /OK3568_Linux_fs/buildroot/package/freescale-imx/imx-lib/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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	  This library is provided by Freescale as-is and doesn't have
15	  an upstream.
16