xref: /OK3568_Linux_fs/buildroot/package/freescale-imx/imx-codec/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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