diff options
author | Deepak Saxena <dsaxena@linaro.org> | 2012-09-22 13:33:36 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2012-11-20 05:04:22 -0500 |
commit | 7ca2ef33e9b49477b6c282a6f2ef25e84d3ca0bb (patch) | |
tree | 6761114ea4048783e2304bf652b72960a778a1d8 /arch/arm64 | |
parent | 7a6cf9328c1b64db67f887f5f0dede9b76114214 (diff) |
arm64: Force use of common clk at architecture level
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>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 20b688c81956..d89b3efb98d1 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -2,6 +2,7 @@ config ARM64 | |||
2 | def_bool y | 2 | def_bool y |
3 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE | 3 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE |
4 | select ARCH_WANT_COMPAT_IPC_PARSE_VERSION | 4 | select ARCH_WANT_COMPAT_IPC_PARSE_VERSION |
5 | select COMMON_CLK | ||
5 | select GENERIC_CLOCKEVENTS | 6 | select GENERIC_CLOCKEVENTS |
6 | select GENERIC_HARDIRQS_NO_DEPRECATED | 7 | select GENERIC_HARDIRQS_NO_DEPRECATED |
7 | select GENERIC_IOMAP | 8 | select GENERIC_IOMAP |