1config BR2_PACKAGE_IMX_ALSA_PLUGINS 2 bool "imx-alsa-plugins" 3 depends on BR2_arm # Only relevant for i.MX 4 depends on BR2_LINUX_KERNEL 5 depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib 6 select BR2_PACKAGE_ALSA_LIB 7 help 8 ALSA plugins specific for the Freescale i.MX platform. It 9 requires a kernel that includes the i.MX specific headers 10 to be built. 11 12 The following plugins are provided so far: 13 * Rate Converter Plugin Using Freescale ASRC Hardware 14 Resampler (i.MX53 and most i.MX6) 15 16comment "imx-alsa-libs needs an imx-specific Linux kernel to be built" 17 depends on BR2_arm 18 depends on !BR2_LINUX_KERNEL 19 20comment "imx-alsa-libs needs a toolchain w/ threads" 21 depends on BR2_arm 22 depends on BR2_LINUX_KERNEL && !BR2_TOOLCHAIN_HAS_THREADS 23