Re: [PATCH] clk: qcom: fix driver dependencies

From: Bartlomiej Zolnierkiewicz
Date: Wed Nov 26 2014 - 10:54:28 EST



Hi Mike,

Could you please apply this patch for 3.19?

It still applies fine to the current -next and I haven't got any
feedback for it since the initial posting in September.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

On Monday, September 01, 2014 05:20:41 PM Bartlomiej Zolnierkiewicz wrote:
> 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/