aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-12-15 16:23:13 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-12-22 17:44:44 -0500
commit5b0d495c067d843c52fc1f9edbca29d5e9368b10 (patch)
tree5af99e500e83ee8aa9946fe197db45784ec7df64 /arch/arm/Kconfig
parent112f38a4a31668eb6a7d91d128296a26afdf7c4b (diff)
ARM: ixp4xx: convert sched_clock() to use new infrastructure
Convert ixp4xx to use the new sched_clock() infrastructure for extending 32bit counters to full 64-bit nanoseconds. Tested-by: Mikael Pettersson <mikpe@it.uu.se> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ed7a0a729d9c..6f58bce687f3 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -437,6 +437,7 @@ config ARCH_IXP4XX
437 select CPU_XSCALE 437 select CPU_XSCALE
438 select GENERIC_GPIO 438 select GENERIC_GPIO
439 select GENERIC_CLOCKEVENTS 439 select GENERIC_CLOCKEVENTS
440 select HAVE_SCHED_CLOCK
440 select DMABOUNCE if PCI 441 select DMABOUNCE if PCI
441 help 442 help
442 Support for Intel's IXP4XX (XScale) family of processors. 443 Support for Intel's IXP4XX (XScale) family of processors.