2016-06-10 20:13:05 +02:00
|
|
|
config BR2_PACKAGE_IMX_CODEC
|
|
|
|
bool "imx-codec"
|
2018-01-05 15:39:40 +01:00
|
|
|
depends on BR2_arm || BR2_aarch64 # Only relevant for i.MX
|
2016-06-10 20:13:05 +02:00
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC # prebuilt binaries
|
|
|
|
help
|
|
|
|
Binary codec libraries for the NXP i.MX SoCs.
|
|
|
|
|
|
|
|
This library is provided by NXP as-is and doesn't have
|
|
|
|
an upstream.
|
|
|
|
|
2016-06-08 23:40:54 +02:00
|
|
|
comment "imx-codec needs a glibc toolchain"
|
2018-01-05 15:39:40 +01:00
|
|
|
depends on BR2_arm || BR2_aarch64
|
2016-06-10 20:13:05 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|