clk: versatile: remove dependency on ARCH_*
authorPeter Collingbourne <pcc@google.com>
Thu, 20 May 2021 16:17:02 +0000 (17:17 +0100)
committerStephen Boyd <sboyd@kernel.org>
Wed, 2 Jun 2021 01:18:17 +0000 (18:18 -0700)
commit419b3ab6987f2a108cc4710030184365b17467ac
treef9bb98598be61524c4a8edc5b493860081b6733d
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
clk: versatile: remove dependency on ARCH_*

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@google.com>
Link: https://linux-review.googlesource.com/id/I435a21e2e5f6187db54f4ef2079b60028ab2ea69
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210520161702.3746174-1-lee.jones@linaro.org
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/versatile/Kconfig