Config.in 498 B

1234567891011121314
  1. comment "imx-lib needs an imx-specific Linux kernel to be built"
  2. depends on BR2_arm && !BR2_LINUX_KERNEL
  3. config BR2_PACKAGE_IMX_LIB
  4. bool "imx-lib"
  5. depends on BR2_LINUX_KERNEL
  6. depends on BR2_arm # Only relevant for i.MX
  7. help
  8. Library of userspace helpers specific for the Freescale i.MX
  9. platform. It wraps the kernel interfaces for some i.MX
  10. platform specific drivers. It requires a kernel that
  11. includes the i.MX specific headers to be built.
  12. https://github.com/nxp-imx/imx-lib