Support for Qualcomm's clock controllers should be available only on Qualcomm platforms.
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]> Acked-by: Kyungmin Park <[email protected]> Cc: Stephen Boyd <[email protected]> --- 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

