[PATCH] clk: qcom: fix driver dependencies

From: Bartlomiej Zolnierkiewicz
Date: Mon Sep 01 2014 - 11:20:50 EST


Support for Qualcomm's clock controllers should be available only on
Qualcomm platforms.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx>
Acked-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx>
Cc: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
---
drivers/clk/qcom/Kconfig | 1 +
1 file changed, 1 insertion(+)

Index: b/drivers/clk/qcom/Kconfig
===================================================================
--- a/drivers/clk/qcom/Kconfig 2014-08-22 16:53:37.429123415 +0200
+++ b/drivers/clk/qcom/Kconfig 2014-09-01 17:13:43.604778653 +0200
@@ -1,6 +1,7 @@
config COMMON_CLK_QCOM
tristate "Support for Qualcomm's clock controllers"
depends on OF
+ depends on ARCH_QCOM || COMPILE_TEST
select REGMAP_MMIO
select RESET_CONTROLLER


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