Re: [RESEND 1/1] clk: versatile: remove dependency on ARCH_*
From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-06-02 01:18:39
Also in:
linux-arm-kernel, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-06-02 01:18:39
Also in:
linux-arm-kernel, lkml
Quoting Lee Jones (2021-05-20 09:17:02)
From: Peter Collingbourne <redacted> 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 <redacted> Link: https://linux-review.googlesource.com/id/I435a21e2e5f6187db54f4ef2079b60028ab2ea69 Signed-off-by: Lee Jones <redacted> ---
Applied to clk-next