21 May
2015
21 May
'15
11:23 p.m.
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