Skip to content

Commit 419b3ab

Browse files
pccbebarino
authored andcommitted
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 <[email protected]> Link: https://linux-review.googlesource.com/id/I435a21e2e5f6187db54f4ef2079b60028ab2ea69 Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 6efb943 commit 419b3ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/clk/versatile/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22

33
menu "Clock driver for ARM Reference designs"
4-
depends on ARCH_INTEGRATOR || ARCH_REALVIEW || \
5-
ARCH_VERSATILE || ARCH_VEXPRESS || COMPILE_TEST
64

75
config ICST
86
bool "Clock driver for ARM Reference designs ICST"

0 commit comments

Comments
 (0)