]> Pileus Git - ~andy/linux/blob - arch/arm/plat-nomadik/Kconfig
Merge branches 'at91', 'ep93xx', 'etm', 'ks8695', 'nuc', 'u300' and 'u8500' into...
[~andy/linux] / arch / arm / plat-nomadik / Kconfig
1 # 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
5 config PLAT_NOMADIK
6         bool
7         depends on ARCH_NOMADIK || ARCH_U8500
8         default y
9         help
10           Common platform code for Nomadik and other ST-Ericsson
11           platforms.
12
13 if PLAT_NOMADIK
14
15 config 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
22 endif