diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-10-23 11:52:53 -0600 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-01-28 10:21:21 -0700 |
commit | 1711b1e10224dbebc885b7bf7ca2f03f51ff9f4a (patch) | |
tree | 0191c6c138a449c25793a15fc7a75373d86ad7fd /arch/arm/Kconfig | |
parent | f3dab3989b4282e448cba0f0708934276dcb413a (diff) | |
download | op-kernel-dev-1711b1e10224dbebc885b7bf7ca2f03f51ff9f4a.zip op-kernel-dev-1711b1e10224dbebc885b7bf7ca2f03f51ff9f4a.tar.gz |
ARM: tegra: move timer.c to drivers/clocksource/
Move arch/arm/mach-tegra/timer.c to drivers/clocksource/tegra20_timer.c
so that the code is co-located with other clocksource drivers, and to
reduce the size of the mach-tegra directory.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 67874b8..eb9fc2f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -642,6 +642,7 @@ config ARCH_TEGRA select ARCH_HAS_CPUFREQ select CLKDEV_LOOKUP select CLKSRC_MMIO + select CLKSRC_OF select COMMON_CLK select GENERIC_CLOCKEVENTS select GENERIC_GPIO |