aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-05-08 12:10:14 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-05-23 13:04:52 -0400
commitd6e15d78537d2483bff05f0ee5b5cec6c4678fd5 (patch)
treec2300cafb150461f7f5035008c708a37b4e83279 /arch/arm/Kconfig
parentc5039f52329ff796d7fea9024e5615abee02dbfb (diff)
clocksource: convert SPEAr platforms 16-bit up counting clocksource
Convert SPEAr platforms 16-bit up counting clocksource, which requires a 16-bit register access read rather than 32-bit. Acked-by: Viresh Kumar <viresh.kumar@st.com> 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 bab25a0ba107..cbc27fb1256f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -884,6 +884,7 @@ config PLAT_SPEAR
884 select ARM_AMBA 884 select ARM_AMBA
885 select ARCH_REQUIRE_GPIOLIB 885 select ARCH_REQUIRE_GPIOLIB
886 select CLKDEV_LOOKUP 886 select CLKDEV_LOOKUP
887 select CLKSRC_MMIO
887 select GENERIC_CLOCKEVENTS 888 select GENERIC_CLOCKEVENTS
888 select HAVE_CLK 889 select HAVE_CLK
889 help 890 help