diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-05-04 05:28:02 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-04 07:54:05 -0400 |
commit | c682363cec52e0eab82e908be04197e79c5e5006 (patch) | |
tree | b7c225e9d1bf529ddd8b2149c311e6b143ed589f | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) |
ASoC: da7210: Fix dependency to allow build with SND_SOC_I2C_AND_SPI
Since commit aa0e25caafb7 ("ASoC: da7210: Add support for spi regmap"),
the da7210 codec driver supports both I2C and SPI buses.
Thus update the dependency accordingly.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 061c46587628..ac84ac499541 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -54,7 +54,7 @@ config SND_SOC_ALL_CODECS | |||
54 | select SND_SOC_CS4271_SPI if SPI_MASTER | 54 | select SND_SOC_CS4271_SPI if SPI_MASTER |
55 | select SND_SOC_CS42XX8_I2C if I2C | 55 | select SND_SOC_CS42XX8_I2C if I2C |
56 | select SND_SOC_CX20442 if TTY | 56 | select SND_SOC_CX20442 if TTY |
57 | select SND_SOC_DA7210 if I2C | 57 | select SND_SOC_DA7210 if SND_SOC_I2C_AND_SPI |
58 | select SND_SOC_DA7213 if I2C | 58 | select SND_SOC_DA7213 if I2C |
59 | select SND_SOC_DA732X if I2C | 59 | select SND_SOC_DA732X if I2C |
60 | select SND_SOC_DA9055 if I2C | 60 | select SND_SOC_DA9055 if I2C |