Config.in 759 B

12345678910111213141516171819202122
  1. config 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. The following plugins are provided so far:
  12. * Rate Converter Plugin Using Freescale ASRC Hardware
  13. Resampler (i.MX53 and most i.MX6)
  14. comment "imx-alsa-libs needs an imx-specific Linux kernel to be built"
  15. depends on BR2_arm
  16. depends on !BR2_LINUX_KERNEL
  17. comment "imx-alsa-libs needs a toolchain w/ threads"
  18. depends on BR2_arm
  19. depends on BR2_LINUX_KERNEL && !BR2_TOOLCHAIN_HAS_THREADS