From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752742AbeAQTO2 (ORCPT ); Wed, 17 Jan 2018 14:14:28 -0500 Received: from mga05.intel.com ([192.55.52.43]:27983 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750861AbeAQTO1 (ORCPT ); Wed, 17 Jan 2018 14:14:27 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,372,1511856000"; d="scan'208";a="194163286" Subject: Re: [alsa-devel] [PATCH] ASoC: Intel: remove select on non-existing SND_SOC_INTEL_COMMON To: Corentin Labbe , broonie@kernel.org, lgirdwood@gmail.com, perex@perex.cz, tiwai@suse.com Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org References: <20180117184324.3475-1-clabbe.montjoie@gmail.com> From: Pierre-Louis Bossart Message-ID: <661ab8ca-2799-0a46-de45-50d6d46f3afd@linux.intel.com> Date: Wed, 17 Jan 2018 13:14:23 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180117184324.3475-1-clabbe.montjoie@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Yes indeed, it's the only place this remains. Thanks for the patch. Acked-by: Pierre-Louis Bossart > --- > 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 >