blob: ce659015535e4a86bc6e708fa3abcc2e59742ec0 [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
Russell Kingbfe45e02011-05-08 15:33:30 +01008 select CLKSRC_MMIO
Srinidhi Kasagar59b559d2009-11-12 06:20:54 +01009 default y
10 help
11 Common platform code for Nomadik and other ST-Ericsson
12 platforms.
13
14if PLAT_NOMADIK
15
16config HAS_MTU
17 bool
Russell Kingec05aa12010-12-15 21:53:02 +000018 select HAVE_SCHED_CLOCK
Srinidhi Kasagar59b559d2009-11-12 06:20:54 +010019 help
20 Support for Multi Timer Unit. MTU provides access
21 to multiple interrupt generating programmable
22 32-bit free running decrementing counters.
23
Srinidhi Kasagar59b559d2009-11-12 06:20:54 +010024endif