From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751614AbbEZG7B (ORCPT ); Tue, 26 May 2015 02:59:01 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:36533 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751250AbbEZG64 (ORCPT ); Tue, 26 May 2015 02:58:56 -0400 Message-ID: <556419AB.2010501@linaro.org> Date: Tue, 26 May 2015 07:58:51 +0100 From: Srinivas Kandagatla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Arnd Bergmann CC: Patrick Lai , Mark Brown , Rob Herring , Pawel Moll , Ian Campbell , Kumar Gala , Banajit Goswami , Kenneth Westfield , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v4 3/3] ASoC: qcom: fix STORM board Kconfig References: <1432309956-5228-1-git-send-email-srinivas.kandagatla@linaro.org> <1432310057-5358-1-git-send-email-srinivas.kandagatla@linaro.org> <11006188.h6ZK0CVLeu@wuerfel> In-Reply-To: <11006188.h6ZK0CVLeu@wuerfel> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/05/15 17:33, Arnd Bergmann wrote: > On Friday 22 May 2015 16:54:17 Srinivas Kandagatla wrote: >> diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig >> index 6ecac6c..f50197e 100644 >> --- a/sound/soc/qcom/Kconfig >> +++ b/sound/soc/qcom/Kconfig >> @@ -26,7 +26,7 @@ config SND_SOC_LPASS_APQ8016 >> >> config SND_SOC_STORM >> tristate "ASoC I2S support for Storm boards" >> - depends on (ARCH_QCOM && SND_SOC_QCOM) || COMPILE_TEST >> + depends on SND_SOC_QCOM && (ARCH_QCOM || COMPILE_TEST) >> select SND_SOC_LPASS_IPQ806X >> select SND_SOC_MAX98357A >> help >> -- > > Do you still have the problem that you are selecting another symbol > that 'depends on OF', but this one does not have that dependency, > or did you drop that patch now before it could get picked up? Yes, I dropped the OF dependency patch, as these drivers could be compile tested. --srini > > Arnd > -- > To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > >