blob: 5da3f97c537be387c4b807e21ba2101dff47bb19 [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
9 help
10 Common platform code for Nomadik and other ST-Ericsson
11 platforms.
12
13if PLAT_NOMADIK
14
15config HAS_MTU
16 bool
17 help
18 Support for Multi Timer Unit. MTU provides access
19 to multiple interrupt generating programmable
20 32-bit free running decrementing counters.
21
Rabin Vincent3a5e8542010-03-03 04:46:58 +010022config NOMADIK_GPIO
23 bool
24 help
25 Support for the Nomadik GPIO controller.
26
Srinidhi Kasagar59b559d2009-11-12 06:20:54 +010027endif