From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Meier Subject: Re: [PATCH] ASoC: bcm: Remove obsoleted Kconfig dependency Date: Wed, 08 Jan 2014 20:46:05 +0100 Message-ID: <52CDAAFD.30303@koalo.de> References: <1389173827-1554-1-git-send-email-tiwai@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by alsa0.perex.cz (Postfix) with ESMTP id D5E42262607 for ; Wed, 8 Jan 2014 20:46:07 +0100 (CET) Received: by mail-bk0-f52.google.com with SMTP id u14so822278bkz.39 for ; Wed, 08 Jan 2014 11:46:07 -0800 (PST) In-Reply-To: <1389173827-1554-1-git-send-email-tiwai@suse.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Takashi Iwai , Mark Brown Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Oh I forgot about removing that, thanks! Acked-by: Florian Meier On 01/08/2014 10:37 AM, Takashi Iwai wrote: > CONFIG_SND_SOC_DMAENGINE_PCM was renamed to CONFIG_SND_DMAENGINE_PCM > recently. And yet we don't have to select it since > CONFIG_SND_GENERIC_DMAENGINE_PCM selects the dependency by itself, so > just rip it off. > > Signed-off-by: Takashi Iwai > --- > sound/soc/bcm/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/sound/soc/bcm/Kconfig b/sound/soc/bcm/Kconfig > index 3d82a29ce3a8..6a834e109f1d 100644 > --- a/sound/soc/bcm/Kconfig > +++ b/sound/soc/bcm/Kconfig > @@ -1,7 +1,6 @@ > config SND_BCM2835_SOC_I2S > tristate "SoC Audio support for the Broadcom BCM2835 I2S module" > depends on ARCH_BCM2835 || COMPILE_TEST > - select SND_SOC_DMAENGINE_PCM > select SND_SOC_GENERIC_DMAENGINE_PCM > select REGMAP_MMIO > help >