diff options
author | Mattias Wallin <mattias.wallin@stericsson.com> | 2011-05-27 10:29:25 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-09-22 15:42:33 +0200 |
commit | cba13830d3fcb1e025e224c496a10515a39a7f80 (patch) | |
tree | 57598cebc2aeba64659f0d2b5fcab42e69624787 /arch/arm/plat-nomadik/Kconfig | |
parent | d93dc5c4478c1fd5de85a3e8aece9aad7bbae044 (diff) | |
download | talos-obmc-linux-cba13830d3fcb1e025e224c496a10515a39a7f80.tar.gz talos-obmc-linux-cba13830d3fcb1e025e224c496a10515a39a7f80.zip |
ARM: plat-nomadik: MTU sched_clock as an option
This patch makes it possible to configure away the sched_clock
part of the MTU timer.
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com>
Signed-off-by: Jonas Aberg <jonas.aberg@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/plat-nomadik/Kconfig')
-rw-r--r-- | arch/arm/plat-nomadik/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/plat-nomadik/Kconfig b/arch/arm/plat-nomadik/Kconfig index ce659015535e..bca4914b4b9d 100644 --- a/arch/arm/plat-nomadik/Kconfig +++ b/arch/arm/plat-nomadik/Kconfig @@ -15,10 +15,16 @@ if PLAT_NOMADIK config HAS_MTU bool - select HAVE_SCHED_CLOCK help Support for Multi Timer Unit. MTU provides access to multiple interrupt generating programmable 32-bit free running decrementing counters. +config NOMADIK_MTU_SCHED_CLOCK + bool + depends on HAS_MTU + select HAVE_SCHED_CLOCK + help + Use the Multi Timer Unit as the sched_clock. + endif |