1config 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 8 This library is provided by NXP as-is and doesn't have 9 an upstream. 10 11comment "imx-codec needs a glibc toolchain" 12 depends on BR2_arm || BR2_aarch64 13 depends on !BR2_TOOLCHAIN_USES_GLIBC 14