2009-11-12 13:20:54 +08:00
|
|
|
# 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
|
2009-11-28 15:22:58 +08:00
|
|
|
depends on ARCH_NOMADIK || ARCH_U8500
|
2011-05-08 22:33:30 +08:00
|
|
|
select CLKSRC_MMIO
|
2009-11-12 13:20:54 +08:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Common platform code for Nomadik and other ST-Ericsson
|
|
|
|
platforms.
|
|
|
|
|
|
|
|
if PLAT_NOMADIK
|
|
|
|
|
|
|
|
config HAS_MTU
|
|
|
|
bool
|
2010-12-16 05:53:02 +08:00
|
|
|
select HAVE_SCHED_CLOCK
|
2009-11-12 13:20:54 +08:00
|
|
|
help
|
|
|
|
Support for Multi Timer Unit. MTU provides access
|
|
|
|
to multiple interrupt generating programmable
|
|
|
|
32-bit free running decrementing counters.
|
|
|
|
|
|
|
|
endif
|