From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] ASoC: qcom: remove incorrect dependencies Date: Thu, 21 May 2015 23:23:14 +0200 Message-ID: <8811360.XmVQbMhHJj@wuerfel> References: <2324031.cqS0mEEEhQ@wuerfel> <20150521205952.GA31005@kwestfie-linux.qualcomm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from mout.kundenserver.de ([212.227.17.24]:54185 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161000AbbEUVXZ (ORCPT ); Thu, 21 May 2015 17:23:25 -0400 In-Reply-To: <20150521205952.GA31005@kwestfie-linux.qualcomm.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Kenneth Westfield Cc: broonie@kernel.org, lgirdwood@gmail.com, alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, Banajit Goswami On Thursday 21 May 2015 14:00:00 Kenneth Westfield wrote: > > diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig > > index 5f58e4f1bca9..b07f183fc47f 100644 > > --- a/sound/soc/qcom/Kconfig > > +++ b/sound/soc/qcom/Kconfig > > @@ -6,12 +6,10 @@ config SND_SOC_QCOM > > > > config SND_SOC_LPASS_CPU > > tristate > > - depends on SND_SOC_QCOM > > Rather than remove the dependency (which I would like to keep), would > the following change work for SND_SOC_LPASS_CPU and > SND_SOC_LPASS_PLATFORM? > - depends on SND_SOC_QCOM > + depends on SND_SOC_QCOM || COMPILE_TEST > > If so, I will submit a patch (I know this has been applied already) on > top of this one. > That would have the same effect, but what is the point? Do you plan to make these options user-visible in the future? Arnd