Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Pawel Moll and committed by
Mike Turquette
c7f6e2d8 e95a49b4

+1 -1
+1 -1
drivers/clk/Kconfig
··· 42 42 43 43 config COMMON_CLK_VERSATILE 44 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 46 ---help--- 47 47 Supports clocking on ARM Reference designs: 48 48 - Integrator/AP and Integrator/CP