diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-05-23 07:11:01 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-01 07:00:22 -0400 |
commit | 7b8751abdd34a2f924c37c29ad61d598f5d29e7b (patch) | |
tree | 6392781cf6438cae35e23d291cfb2309292b2ac4 /sound/soc/fsl | |
parent | 31ee2bfd724ab1fa2fba6472a071bca5e9132139 (diff) |
ASoC: fsl: Remove dependencies of boards for SND_SOC_EUKREA_TLV320
Eukrea-i.MX51 board was converted to use DT, ie we no longer have a
MACH_EUKREA_MBIMXSD51_BASEBOARD symbol.
Transformation of other boards planned for the near future, so this
patch removes all these dependencies and restricts build of this
driver to ARCH_MXC.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 807448ceef96..f26a2dd698b5 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -207,12 +207,7 @@ config SND_SOC_PHYCORE_AC97 | |||
207 | 207 | ||
208 | config SND_SOC_EUKREA_TLV320 | 208 | config SND_SOC_EUKREA_TLV320 |
209 | tristate "Eukrea TLV320" | 209 | tristate "Eukrea TLV320" |
210 | depends on MACH_EUKREA_MBIMX27_BASEBOARD \ | 210 | depends on ARCH_MXC && I2C |
211 | || MACH_EUKREA_MBIMXSD25_BASEBOARD \ | ||
212 | || MACH_EUKREA_MBIMXSD35_BASEBOARD \ | ||
213 | || MACH_EUKREA_MBIMXSD51_BASEBOARD \ | ||
214 | || (OF && ARM) | ||
215 | depends on I2C | ||
216 | select SND_SOC_TLV320AIC23_I2C | 211 | select SND_SOC_TLV320AIC23_I2C |
217 | select SND_SOC_IMX_AUDMUX | 212 | select SND_SOC_IMX_AUDMUX |
218 | select SND_SOC_IMX_SSI | 213 | select SND_SOC_IMX_SSI |