staging: rtl8192e: Cleanup checkpatch -f errors - Part X
[linux-2.6.git] / arch / arm / plat-nomadik / Kconfig
blobce659015535e4a86bc6e708fa3abcc2e59742ec0
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.
5 config PLAT_NOMADIK
6         bool
7         depends on ARCH_NOMADIK || ARCH_U8500
8         select CLKSRC_MMIO
9         default y
10         help
11           Common platform code for Nomadik and other ST-Ericsson
12           platforms.
14 if PLAT_NOMADIK
16 config HAS_MTU
17         bool
18         select HAVE_SCHED_CLOCK
19         help
20           Support for Multi Timer Unit. MTU provides access
21           to multiple interrupt generating programmable
22           32-bit free running decrementing counters.
24 endif