Message ID | 20180117184324.3475-1-clabbe.montjoie@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e29a22a86a20ea7651ff8c731ab034c31bd9764e |
Headers | show |
On 1/17/18 12:43 PM, Corentin Labbe wrote: > SND_SST_ATOM_HIFI2_PLATFORM_PCI select SND_SOC_INTEL_COMMON which do not > exists anymore. > So remove this select. > > Fixes: c6059879be29 ("ASoC: Intel: Fix Kconfig with top-level selector") > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Yes indeed, it's the only place this remains. Thanks for the patch. Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> > --- > sound/soc/intel/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig > index b0bd1938b71e..f2c9e8c5970a 100644 > --- a/sound/soc/intel/Kconfig > +++ b/sound/soc/intel/Kconfig > @@ -77,7 +77,6 @@ config SND_SST_ATOM_HIFI2_PLATFORM_PCI > depends on X86 && PCI > select SND_SST_IPC_PCI > select SND_SOC_COMPRESS > - select SND_SOC_INTEL_COMMON > help > If you have a Intel Medfield or Merrifield/Edison platform, then > enable this option by saying Y or m. Distros will typically not >
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index b0bd1938b71e..f2c9e8c5970a 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -77,7 +77,6 @@ config SND_SST_ATOM_HIFI2_PLATFORM_PCI depends on X86 && PCI select SND_SST_IPC_PCI select SND_SOC_COMPRESS - select SND_SOC_INTEL_COMMON help If you have a Intel Medfield or Merrifield/Edison platform, then enable this option by saying Y or m. Distros will typically not
SND_SST_ATOM_HIFI2_PLATFORM_PCI select SND_SOC_INTEL_COMMON which do not exists anymore. So remove this select. Fixes: c6059879be29 ("ASoC: Intel: Fix Kconfig with top-level selector") Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> --- sound/soc/intel/Kconfig | 1 - 1 file changed, 1 deletion(-)