diff options
author | Magnus Damm <damm@opensource.se> | 2013-06-28 15:27:32 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-17 09:26:54 +0400 |
commit | b9a30ef1d354c0bc0cc6d973bbe7ede9f00716ee (patch) | |
tree | b12d3e0d03e3d353d7f2b0b0d7c26d4f2e535bb2 /arch/arm/mach-shmobile/Kconfig | |
parent | a7b99f27a260a25f856ea37090cea997d50fe112 (diff) | |
download | linux-b9a30ef1d354c0bc0cc6d973bbe7ede9f00716ee.tar.xz |
ARM: shmobile: Make r8a73a4 Arch timer optional
Update the r8a73a4 code to allow using other
timers than Arch timer for clock event
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 406077c9149b..dd80f215feeb 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -23,7 +23,6 @@ config ARCH_R8A73A4 select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select CPU_V7 - select HAVE_ARM_ARCH_TIMER select SH_CLK_CPG select RENESAS_IRQC select ARCH_HAS_CPUFREQ |