[alsa-devel] [PATCH] ASoC: imx: Enable COMPILE_TEST builds

Shawn Guo shawn.guo at linaro.org
Tue Jul 16 02:23:22 CEST 2013


On Mon, Jul 15, 2013 at 05:04:02PM +0100, Mark Brown wrote:
> From: Mark Brown <broonie at linaro.org>
> 
> Since DT based boards don't have any dependency on arch/arm enable them
> if COMPILE_TEST is enabled.
> 
I do not quite follow the commit log.  I think menuconfig SND_IMX_SOC
also covers a few non-DT boards.

With IMX/MXC moved over to multiplatform build, there shouldn't be any
<mach/*> includes anyway.  That may be the reason why COMPILE_TEST
should work.

Shawn

> Signed-off-by: Mark Brown <broonie at linaro.org>
> ---
>  sound/soc/fsl/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
> index aa43854..87e28bc 100644
> --- a/sound/soc/fsl/Kconfig
> +++ b/sound/soc/fsl/Kconfig
> @@ -98,7 +98,7 @@ endif # SND_POWERPC_SOC
>  
>  menuconfig SND_IMX_SOC
>  	tristate "SoC Audio for Freescale i.MX CPUs"
> -	depends on ARCH_MXC
> +	depends on ARCH_MXC || COMPILE_TEST
>  	help
>  	  Say Y or M if you want to add support for codecs attached to
>  	  the i.MX CPUs.
> -- 
> 1.8.3.2
> 



More information about the Alsa-devel mailing list