]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blob - arch/arm/plat-nomadik/Kconfig
mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()
[can-eth-gw-linux.git] / 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         select CLKSRC_MMIO
10         help
11           Common platform code for Nomadik and other ST-Ericsson
12           platforms.
13
14 if PLAT_NOMADIK
15
16 config HAS_MTU
17         bool
18         help
19           Support for Multi Timer Unit. MTU provides access
20           to multiple interrupt generating programmable
21           32-bit free running decrementing counters.
22
23 config NOMADIK_MTU_SCHED_CLOCK
24         bool
25         depends on HAS_MTU
26         help
27           Use the Multi Timer Unit as the sched_clock.
28
29 endif