mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
e3fd17458e
Enable U8500 architecture to get access to the common code shared across various ST-Ericsson's machines like nomadik. Signed-off-by: srinidhi kasagar <srinidhi.kasagar@stericsson.com> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
23 lines
511 B
Plaintext
23 lines
511 B
Plaintext
# 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
|
|
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.
|
|
|
|
endif
|