summaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorPeng Du <pdu@nvidia.com>2013-03-28 12:14:46 -0700
committerTom Cherry <tcherry@nvidia.com>2014-01-21 15:13:53 -0800
commit048bb4eda54af8d5efd55503dc2f52442f64287b (patch)
tree6e5f74b5536187d677ed13567fb30a905e2b7010 /arch/arm64/Kconfig
parentca74db9fa4f2ce2034b911be0f0e49912e112484 (diff)
arm64: tegra132: disable COMMON_CLK
mach-tegra has its own implementation of the clock apis. We have to disable the common clock framework otherwise linker complains duplicate function errors. Change-Id: I16f1bdbd2072804727b94ec88befed25817bc703 Reviewed-on: http://git-master/r/214108 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com> Reviewed-by: Peng Du <pdu@nvidia.com> Tested-by: Peng Du <pdu@nvidia.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index cc4d7e628796..1f02f12a6c61 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -8,7 +8,7 @@ config ARM64
select ARM_ARCH_TIMER
select ARM_GIC
select CLONE_BACKWARDS
- select COMMON_CLK
+# select COMMON_CLK
select GENERIC_CLOCKEVENTS
select GENERIC_IOMAP
select GENERIC_IRQ_PROBE