1*4882a593Smuzhiyuncomment "imx-lib needs an imx-specific Linux kernel to be built" 2*4882a593Smuzhiyun depends on BR2_arm && !BR2_LINUX_KERNEL 3*4882a593Smuzhiyun 4*4882a593Smuzhiyunconfig BR2_PACKAGE_IMX_LIB 5*4882a593Smuzhiyun bool "imx-lib" 6*4882a593Smuzhiyun depends on BR2_LINUX_KERNEL 7*4882a593Smuzhiyun depends on BR2_arm # Only relevant for i.MX 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun Library of userspace helpers specific for the Freescale i.MX 10*4882a593Smuzhiyun platform. It wraps the kernel interfaces for some i.MX 11*4882a593Smuzhiyun platform specific drivers. It requires a kernel that 12*4882a593Smuzhiyun includes the i.MX specific headers to be built. 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun This library is provided by Freescale as-is and doesn't have 15*4882a593Smuzhiyun an upstream. 16