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