Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7f6e2d8 authored by Pawel Moll's avatar Pawel Moll Committed by Mike Turquette
Browse files

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: default avatarPawel Moll <pawel.moll@arm.com>
Acked-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent e95a49b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -42,7 +42,7 @@ config COMMON_CLK_WM831X


config COMMON_CLK_VERSATILE
config COMMON_CLK_VERSATILE
	bool "Clock driver for ARM Reference designs"
	bool "Clock driver for ARM Reference designs"
	depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS
	depends on ARCH_INTEGRATOR || ARCH_REALVIEW || ARCH_VEXPRESS || ARM64
	---help---
	---help---
          Supports clocking on ARM Reference designs:
          Supports clocking on ARM Reference designs:
	  - Integrator/AP and Integrator/CP
	  - Integrator/AP and Integrator/CP