plat-nomadik: implement suspend/resume for GPIO
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / plat-nomadik / Kconfig
blob187f4e84bb220fd8f9a804251e33688c9ae5917c
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         default y
9         help
10           Common platform code for Nomadik and other ST-Ericsson
11           platforms.
13 if PLAT_NOMADIK
15 config HAS_MTU
16         bool
17         select HAVE_SCHED_CLOCK
18         help
19           Support for Multi Timer Unit. MTU provides access
20           to multiple interrupt generating programmable
21           32-bit free running decrementing counters.
23 config NOMADIK_GPIO
24         bool
25         help
26           Support for the Nomadik GPIO controller.
28 endif