aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe.montjoie@gmail.com>2018-01-17 13:43:24 -0500
committerMark Brown <broonie@kernel.org>2018-01-18 05:38:50 -0500
commite29a22a86a20ea7651ff8c731ab034c31bd9764e (patch)
treea1dd20f58e86131ac422602acd1e85bd637400c7
parentfb2fcaeaad504ae9dad26f7b26a8ea840d00535f (diff)
ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON
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> Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/intel/Kconfig1
1 files changed, 0 insertions, 1 deletions
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
77 depends on X86 && PCI 77 depends on X86 && PCI
78 select SND_SST_IPC_PCI 78 select SND_SST_IPC_PCI
79 select SND_SOC_COMPRESS 79 select SND_SOC_COMPRESS
80 select SND_SOC_INTEL_COMMON
81 help 80 help
82 If you have a Intel Medfield or Merrifield/Edison platform, then 81 If you have a Intel Medfield or Merrifield/Edison platform, then
83 enable this option by saying Y or m. Distros will typically not 82 enable this option by saying Y or m. Distros will typically not