Config.in 807 B

123456789101112131415161718192021222324
  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. https://github.com/nxp-imx/imx-alsa-plugins
  15. comment "imx-alsa-libs needs an imx-specific Linux kernel to be built"
  16. depends on BR2_arm
  17. depends on !BR2_LINUX_KERNEL
  18. comment "imx-alsa-libs needs a toolchain w/ threads"
  19. depends on BR2_arm
  20. depends on BR2_LINUX_KERNEL && !BR2_TOOLCHAIN_HAS_THREADS