Commit c877c25170e2655d519b29e91d6c91d5d1a72a6f

Authored by Takashi Iwai
1 parent 539d3d8cbe

ASoC: Fix dependency of CONFIG_SND_PXA2XX_SOC_IMOTE2

wm8940 requires I2C.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

sound/soc/pxa/Kconfig
... ... @@ -138,7 +138,7 @@
138 138  
139 139 config SND_PXA2XX_SOC_IMOTE2
140 140 tristate "SoC Audio support for IMote 2"
141   - depends on SND_PXA2XX_SOC && MACH_INTELMOTE2
  141 + depends on SND_PXA2XX_SOC && MACH_INTELMOTE2 && I2C
142 142 select SND_PXA2XX_SOC_I2S
143 143 select SND_SOC_WM8940
144 144 help