Message ID | 1398496909-27785-10-git-send-email-kaixu.xia@linaro.org |
---|---|
State | New |
Headers | show |
On Saturday 26 April 2014 15:21:43 Xia Kaixu wrote: > diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig > index 6473052..672dd22 100644 > --- a/sound/soc/pxa/Kconfig > +++ b/sound/soc/pxa/Kconfig > @@ -140,7 +140,7 @@ config SND_PXA910_SOC > > config SND_SOC_TTC_DKB > bool "SoC Audio support for TTC DKB" > - depends on SND_PXA910_SOC && MACH_TTC_DKB > + depends on SND_PXA910_SOC && MACH_TTC_DKB && I2C=y && MMP_SRAM > select PXA_SSP > select SND_PXA_SOC_SSP > select SND_MMP_SOC I'm no longer sure if this one is the right solution, for now just keep the dependency on I2C, but drop the part about MMP_SRAM. We should probably get back to that later, after the series is merged. > diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig > index ff60e11..b43fdf0 100644 > --- a/sound/soc/sh/Kconfig > +++ b/sound/soc/sh/Kconfig > @@ -56,7 +56,7 @@ config SND_SH7760_AC97 > > config SND_SIU_MIGOR > tristate "SIU sound support on Migo-R" > - depends on SH_MIGOR > + depends on SH_MIGOR && I2C > select SND_SOC_SH4_SIU > select SND_SOC_WM8978 > help This should be a separate patch, and mention that WM8978 needs I2C support in the description. Arnd
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index 6473052..672dd22 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -140,7 +140,7 @@ config SND_PXA910_SOC config SND_SOC_TTC_DKB bool "SoC Audio support for TTC DKB" - depends on SND_PXA910_SOC && MACH_TTC_DKB + depends on SND_PXA910_SOC && MACH_TTC_DKB && I2C=y && MMP_SRAM select PXA_SSP select SND_PXA_SOC_SSP select SND_MMP_SOC diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index ff60e11..b43fdf0 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -56,7 +56,7 @@ config SND_SH7760_AC97 config SND_SIU_MIGOR tristate "SIU sound support on Migo-R" - depends on SH_MIGOR + depends on SH_MIGOR && I2C select SND_SOC_SH4_SIU select SND_SOC_WM8978 help