diff options
author | Pawel Moll <pawel.moll@arm.com> | 2013-06-10 11:05:07 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-06-20 03:02:25 -0400 |
commit | c7f6e2d8ffce43e753c930bcb8b2230a321843af (patch) | |
tree | babbe2133b804afabd032de0b7b3df13cdfb1642 | |
parent | e95a49b4297c913312db0854d51e412940f453fc (diff) |
clk: vexpress: Make the clock drivers directly available for arm64
The new arm64 architecture has no idea of platform or machine, so
it doesn't have to define ARCH_VEXPRESS configuration option at
all. To allow user to select the drivers at all, make it depend
on ARM64 as well.
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
-rw-r--r-- | drivers/clk/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 185527ffbb29..51380d655d1a 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig | |||
@@ -42,7 +42,7 @@ config COMMON_CLK_WM831X | |||
42 | 42 | ||
43 | config COMMON_CLK_VERSATILE | 43 | config COMMON_CLK_VERSATILE |
44 | bool "Clock driver for ARM Reference designs" | 44 | bool "Clock driver for ARM Reference designs" |
45 | depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS | 45 | depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS || ARM64 |
46 | ---help--- | 46 | ---help--- |
47 | Supports clocking on ARM Reference designs: | 47 | Supports clocking on ARM Reference designs: |
48 | - Integrator/AP and Integrator/CP | 48 | - Integrator/AP and Integrator/CP |