diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-01-14 17:58:21 +1300 |
---|---|---|
committer | Tony Prisk <linux@prisktech.co.nz> | 2013-01-14 17:58:21 +1300 |
commit | ff7ec345f0ece9ddbb28538b70ba0c7f0acc17dc (patch) | |
tree | 5e02c6656af497053f1a41a5fb5677c6a6ddf171 /arch/arm/mach-vt8500/Kconfig | |
parent | 1c2584c3a1c882fec729147a46d822522552e38c (diff) |
timer: vt8500: Move timer code to drivers/clocksource
This patch moves arch-vt8500/timer.c into drivers/clocksource and
updates the necessary Kconfig/Makefile options.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Diffstat (limited to 'arch/arm/mach-vt8500/Kconfig')
-rw-r--r-- | arch/arm/mach-vt8500/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-vt8500/Kconfig b/arch/arm/mach-vt8500/Kconfig index 2ed0b7d95db6..570a801fb862 100644 --- a/arch/arm/mach-vt8500/Kconfig +++ b/arch/arm/mach-vt8500/Kconfig @@ -8,5 +8,6 @@ config ARCH_VT8500 select GENERIC_CLOCKEVENTS select GENERIC_GPIO select HAVE_CLK + select VT8500_TIMER help Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. |