Config.in 412 B

12345678910111213
  1. config BR2_PACKAGE_IMX_CODEC
  2. bool "imx-codec"
  3. depends on BR2_arm || BR2_aarch64 # Only relevant for i.MX
  4. depends on BR2_TOOLCHAIN_USES_GLIBC # prebuilt binaries
  5. help
  6. Binary codec libraries for the NXP i.MX SoCs.
  7. This library is provided by NXP as-is and doesn't have
  8. an upstream.
  9. comment "imx-codec needs a glibc toolchain"
  10. depends on BR2_arm || BR2_aarch64
  11. depends on !BR2_TOOLCHAIN_USES_GLIBC