diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-29 07:18:33 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-01 15:09:21 -0400 |
commit | a4519ecbd01d1033588a6e62447193afba3509ed (patch) | |
tree | 8d6227b21bbceecb86dadac03fccb815a079925a /sound/soc/atmel | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) |
ASoC: atmel: Atmel WM8904 codec support needs I2C
The WM8904 codec driver needs I2C to be enabled, so the
SND_ATMEL_SOC_WM8904 option also requires this.
Found using randconfig build testing.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Xia Kaixu <kaixu.xia@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/atmel')
-rw-r--r-- | sound/soc/atmel/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig index 4789619a52d8..27e3fc4a536b 100644 --- a/sound/soc/atmel/Kconfig +++ b/sound/soc/atmel/Kconfig | |||
@@ -35,7 +35,7 @@ config SND_AT91_SOC_SAM9G20_WM8731 | |||
35 | 35 | ||
36 | config SND_ATMEL_SOC_WM8904 | 36 | config SND_ATMEL_SOC_WM8904 |
37 | tristate "Atmel ASoC driver for boards using WM8904 codec" | 37 | tristate "Atmel ASoC driver for boards using WM8904 codec" |
38 | depends on ARCH_AT91 && ATMEL_SSC && SND_ATMEL_SOC | 38 | depends on ARCH_AT91 && ATMEL_SSC && SND_ATMEL_SOC && I2C |
39 | select SND_ATMEL_SOC_SSC | 39 | select SND_ATMEL_SOC_SSC |
40 | select SND_ATMEL_SOC_DMA | 40 | select SND_ATMEL_SOC_DMA |
41 | select SND_SOC_WM8904 | 41 | select SND_SOC_WM8904 |