diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2014-03-06 14:04:42 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-07 10:55:33 +0800 |
commit | cc1bc54aa787c39125fe843e81bd693e8f507c32 (patch) | |
tree | dbd99c4e0afc678e8e7f0dd3d30954cc12071048 /sound/soc/fsl | |
parent | b3fc5725967cea8b661383742ccce21fdeb3ef72 (diff) | |
download | linux-stable-cc1bc54aa787c39125fe843e81bd693e8f507c32.tar.gz linux-stable-cc1bc54aa787c39125fe843e81bd693e8f507c32.tar.bz2 linux-stable-cc1bc54aa787c39125fe843e81bd693e8f507c32.zip |
ASoC: update Kconfig of AIC23 users to select I2C variant
Now that AIC23 supports two control interfaces all existing I2C users
should select I2C variant.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 07f8f141727d..19a18a4f133a 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -170,7 +170,7 @@ config SND_SOC_EUKREA_TLV320 || MACH_EUKREA_MBIMXSD35_BASEBOARD \ || MACH_EUKREA_MBIMXSD51_BASEBOARD depends on I2C - select SND_SOC_TLV320AIC23 + select SND_SOC_TLV320AIC23_I2C select SND_SOC_IMX_PCM_FIQ select SND_SOC_IMX_AUDMUX select SND_SOC_IMX_SSI |