summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/Kconfig
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-04-12 11:02:42 +0200
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:14:49 +0200
commit49c66739db0adfe3e424b4baf50e2a166c2950f1 (patch)
tree931c5b0d8771de61a64c5bd366b57de80906a410 /arch/arm/mach-ux500/Kconfig
parent065e33eec88835ca14daa67749de07d03046a557 (diff)
mach-ux500: Fixing and use the right timers (mtu+prcmu+rtc)
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r--arch/arm/mach-ux500/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index 37a3bbeec64..82fb5d44bf9 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -5,6 +5,7 @@ config UX500_SOC_COMMON
default y
select ARM_GIC
select HAS_MTU
+ select NOMADIK_GPIO
select ARM_ERRATA_753970
menu "Ux500 SoC"
@@ -66,6 +67,26 @@ config KEYLAYOUT_LAYOUT2
endchoice
+choice
+ prompt "Ux500 sched_clock timer"
+ default UX500_MTU_TIMER
+
+config U8500_PRCMU_TIMER
+ bool "PRCMU Timer sched_clock"
+ depends on UX500_SOC_DB8500 && U8500_CPUIDLE
+ help
+ Add support for an always on sched_clock, required for
+ proper cpuidle and suspend.
+
+config UX500_MTU_TIMER
+ bool "Multi Timer Unit sched_clock"
+ help
+ Add sched_clock support for the Multi Timer Unit.
+ Since mtu isn't always on cpuidle will not
+ work with this clock.
+
+endchoice
+
config UX500_DEBUG_UART
int "Ux500 UART to use for low-level debug"
default 2