blob: 19f55cae5d73a4e696abb26c25d1f31ba2013c42 [file] [log] [blame]
Srinidhi Kasagar59b559d2009-11-12 06:20:54 +01001# We keep common IP's here for Nomadik and other similar
2# familiy of processors from ST-Ericsson. At the moment we have
3# just MTU, others to follow soon.
4
5config PLAT_NOMADIK
6 bool
Srinidhi Kasagare3fd1742009-11-28 08:22:58 +01007 depends on ARCH_NOMADIK || ARCH_U8500
Srinidhi Kasagar59b559d2009-11-12 06:20:54 +01008 default y
Russell Kingb1b3f492012-10-06 17:12:25 +01009 select CLKSRC_MMIO
Srinidhi Kasagar59b559d2009-11-12 06:20:54 +010010 help
11 Common platform code for Nomadik and other ST-Ericsson
12 platforms.
13
14if PLAT_NOMADIK
15
16config HAS_MTU
17 bool
18 help
19 Support for Multi Timer Unit. MTU provides access
20 to multiple interrupt generating programmable
21 32-bit free running decrementing counters.
22
Mattias Wallincba13832011-05-27 10:29:25 +020023config NOMADIK_MTU_SCHED_CLOCK
24 bool
25 depends on HAS_MTU
Mattias Wallincba13832011-05-27 10:29:25 +020026 help
27 Use the Multi Timer Unit as the sched_clock.
28
Srinidhi Kasagar59b559d2009-11-12 06:20:54 +010029endif