summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/arm/plat-nomadik/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/plat-nomadik/Kconfig')
-rw-r--r--ANDROID_3.4.5/arch/arm/plat-nomadik/Kconfig29
1 files changed, 29 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/arm/plat-nomadik/Kconfig b/ANDROID_3.4.5/arch/arm/plat-nomadik/Kconfig
new file mode 100644
index 00000000..4c48c8b6
--- /dev/null
+++ b/ANDROID_3.4.5/arch/arm/plat-nomadik/Kconfig
@@ -0,0 +1,29 @@
+# We keep common IP's here for Nomadik and other similar
+# familiy of processors from ST-Ericsson. At the moment we have
+# just MTU, others to follow soon.
+
+config PLAT_NOMADIK
+ bool
+ depends on ARCH_NOMADIK || ARCH_U8500
+ select CLKSRC_MMIO
+ default y
+ help
+ Common platform code for Nomadik and other ST-Ericsson
+ platforms.
+
+if PLAT_NOMADIK
+
+config HAS_MTU
+ bool
+ 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
+ help
+ Use the Multi Timer Unit as the sched_clock.
+
+endif