[PATCH v3 01/10] ASoC: qcom: make lpass driver depend on OF

From: Srinivas Kandagatla
Date: Thu May 21 2015 - 17:52:52 EST


lpass driver only support DT so make this explicit in the kconfig.

Tested-by: Kenneth Westfield <kwestfie@xxxxxxxxxxxxxx>
Acked-by: Kenneth Westfield <kwestfie@xxxxxxxxxxxxxx>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
---
sound/soc/qcom/Kconfig | 2 ++
1 file changed, 2 insertions(+)

diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig
index b30c2ba..190c27d 100644
--- a/sound/soc/qcom/Kconfig
+++ b/sound/soc/qcom/Kconfig
@@ -6,10 +6,12 @@ config SND_SOC_QCOM

config SND_SOC_LPASS_CPU
tristate
+ depends on OF
select REGMAP_MMIO

config SND_SOC_LPASS_PLATFORM
tristate
+ depends on OF
select REGMAP_MMIO

config SND_SOC_LPASS_IPQ806X
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/