Re: [RESEND 1/1] clk: versatile: remove dependency on ARCH_*

From: Stephen Boyd
Date: Tue Jun 01 2021 - 21:18:38 EST


Quoting Lee Jones (2021-05-20 09:17:02)
> From: Peter Collingbourne <pcc@xxxxxxxxxx>
>
> It is now possible to build a modular kernel for vexpress by
> not setting CONFIG_ARCH_VEXPRESS=y and instead setting =m on the
> drivers that it normally implies. This is with the exception of
> CLK_VEXPRESS_OSC which is currently hidden behind a dependency on
> one of several ARCH_* variables. Remove that dependency so that
> CLK_VEXPRESS_OSC may be enabled without it.
>
> Signed-off-by: Peter Collingbourne <pcc@xxxxxxxxxx>
> Link: https://linux-review.googlesource.com/id/I435a21e2e5f6187db54f4ef2079b60028ab2ea69
> Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx>
> ---

Applied to clk-next