arm64: Force use of common clk at architecture level
authorDeepak Saxena <dsaxena@linaro.org>
Sat, 22 Sep 2012 17:33:36 +0000 (10:33 -0700)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 20 Nov 2012 10:04:22 +0000 (10:04 +0000)
Force all platforms to use the common clk framework to ensure that we do
not end up with platform-specific implementations ala ARM32.

Signed-off-by: Deepak Saxena <dsaxena@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig

index 20b688c..d89b3ef 100644 (file)
@@ -2,6 +2,7 @@ config ARM64
        def_bool y
        select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
        select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
+       select COMMON_CLK
        select GENERIC_CLOCKEVENTS
        select GENERIC_HARDIRQS_NO_DEPRECATED
        select GENERIC_IOMAP