All of lore.kernel.org
 help / color / mirror / Atom feed
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: devicetree@vger.kernel.org,
	Kenneth Westfield <kwestfie@codeaurora.org>,
	Banajit Goswami <bgoswami@codeaurora.org>,
	Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Takashi Iwai <tiwai@suse.de>,
	linux-kernel@vger.kernel.org, Patrick Lai <plai@codeaurora.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Rob Herring <robh+dt@kernel.org>, Mark Brown <broonie@kernel.org>,
	Kumar Gala <galak@codeaurora.org>,
	alsa-devel@alsa-project.org, linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v4 3/3] ASoC: qcom: fix STORM board Kconfig
Date: Tue, 26 May 2015 07:58:51 +0100	[thread overview]
Message-ID: <556419AB.2010501@linaro.org> (raw)
In-Reply-To: <11006188.h6ZK0CVLeu@wuerfel>



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
>
>

WARNING: multiple messages have this Message-ID (diff)
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Patrick Lai <plai@codeaurora.org>,
	Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Banajit Goswami <bgoswami@codeaurora.org>,
	Kenneth Westfield <kwestfie@codeaurora.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.de>,
	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
Date: Tue, 26 May 2015 07:58:51 +0100	[thread overview]
Message-ID: <556419AB.2010501@linaro.org> (raw)
In-Reply-To: <11006188.h6ZK0CVLeu@wuerfel>



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
>
>

  reply	other threads:[~2015-05-26  6:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-22 15:52 [PATCH v4 0/3] ASoC: qcom: add support to apq8016 audio Srinivas Kandagatla
2015-05-22 15:53 ` [PATCH v4 1/3] ASoC: qcom: Add apq8016 lpass driver support Srinivas Kandagatla
2015-05-25 14:04   ` Mark Brown
2015-05-22 15:54 ` [PATCH v4 2/3] ASoC: qcom: add apq8016 sound card support Srinivas Kandagatla
2015-06-02 19:55   ` Mark Brown
2015-06-03  8:11     ` Srinivas Kandagatla
2015-05-22 15:54 ` [PATCH v4 3/3] ASoC: qcom: fix STORM board Kconfig Srinivas Kandagatla
2015-05-22 16:33   ` Arnd Bergmann
2015-05-26  6:58     ` Srinivas Kandagatla [this message]
2015-05-26  6:58       ` Srinivas Kandagatla
2015-06-02 19:56   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=556419AB.2010501@linaro.org \
    --to=srinivas.kandagatla@linaro.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=arnd@arndb.de \
    --cc=bgoswami@codeaurora.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kwestfie@codeaurora.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pawel.moll@arm.com \
    --cc=plai@codeaurora.org \
    --cc=robh+dt@kernel.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.