projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
539d3d8
)
ASoC: Fix dependency of CONFIG_SND_PXA2XX_SOC_IMOTE2
author
Takashi Iwai
<tiwai@suse.de>
Thu, 1 Oct 2009 06:33:47 +0000
(08:33 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 1 Oct 2009 06:33:47 +0000
(08:33 +0200)
wm8940 requires I2C.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/pxa/Kconfig
patch
|
blob
|
history
diff --git
a/sound/soc/pxa/Kconfig
b/sound/soc/pxa/Kconfig
index 6375b4ea525dc572ca4feae6a8b69db703ecce1a..dcb3181bb3406a66fc1c5843a8b9be743a87fc78 100644
(file)
--- a/
sound/soc/pxa/Kconfig
+++ b/
sound/soc/pxa/Kconfig
@@
-138,7
+138,7
@@
config SND_PXA2XX_SOC_MIOA701
config SND_PXA2XX_SOC_IMOTE2
tristate "SoC Audio support for IMote 2"
- depends on SND_PXA2XX_SOC && MACH_INTELMOTE2
+ depends on SND_PXA2XX_SOC && MACH_INTELMOTE2
&& I2C
select SND_PXA2XX_SOC_I2S
select SND_SOC_WM8940
help