diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-08 12:21:49 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-23 13:04:52 -0400 |
commit | 5c61ddcfaf98fae4a0ac8077b06a07fb2ba6864a (patch) | |
tree | f4e7e0865d40a1b17a0e684af27577987d56b76d /arch/arm/Kconfig | |
parent | d6e15d78537d2483bff05f0ee5b5cec6c4678fd5 (diff) |
clocksource: convert MXS timrotv2 to 32-bit down counting clocksource
Convert the MXS timrotv2 32-bit down counting clocksource to the
generic clocksource infrastructure.
Cc: Sascha Hauer <kernel@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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 cbc27fb1256f..43f003a5a0f4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -376,6 +376,7 @@ config ARCH_MXS | |||
376 | select GENERIC_CLOCKEVENTS | 376 | select GENERIC_CLOCKEVENTS |
377 | select ARCH_REQUIRE_GPIOLIB | 377 | select ARCH_REQUIRE_GPIOLIB |
378 | select CLKDEV_LOOKUP | 378 | select CLKDEV_LOOKUP |
379 | select CLKSRC_MMIO | ||
379 | help | 380 | help |
380 | Support for Freescale MXS-based family of processors | 381 | Support for Freescale MXS-based family of processors |
381 | 382 | ||