From: Shawn Guo Date: Mon, 5 Mar 2012 14:30:56 +0000 (+0800) Subject: ASoC: imx: add an explicit Kconfig option for imx-ssi driver X-Git-Tag: v3.4-rc1~88^2^2~26^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56cea3f1e7db0ccde9e2ac66df2f920c73c419ef;p=pandora-kernel.git ASoC: imx: add an explicit Kconfig option for imx-ssi driver Currently ASoC:imx uses menuconfig option SND_IMX_SOC selects imx-ssi driver, and it works because all the machine driver covered by the menuconfig need to build imx-ssi driver in. However, it will not work any more if we have a imx based machine driver going into the menuconfig while working with fsl_ssi driver (sound/soc/fsl/fsl_ssi.c) rather than imx-ssi one. The patch adds an explicit Kconfig option SND_SOC_IMX_SSI for imx-ssi driver, so that it can be selected independently from the menuconfig option SND_IMX_SOC. Signed-off-by: Shawn Guo Acked-by: Sascha Hauer Signed-off-by: Mark Brown --- Reading git-diff-tree failed