aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-nomadik/Kconfig
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2011-02-09 22:59:53 -0500
committerLinus Walleij <linus.walleij@linaro.org>2011-03-14 09:05:16 -0400
commit5317e4d11d1ce4db949f207aaebe09b7d0d76b5f (patch)
tree7399532e48f9dc4060b6cc1f60dbb76f0bc9788a /arch/arm/plat-nomadik/Kconfig
parent8b40eeeadc5837c2c01329aa1294e4bef3b35429 (diff)
plat-nomadik: get rid of unused GPIO PM code
The NOMADIK_GPIO_PM config option is disabled by default, not user visible, and never selected by any other option: the code is therefore unused. The GPIO registers need not be saved and restored since their values are preserved when vAPE (on DB8500) is powered down. Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Reviewed-by: Jonas Aberg <jonas.aberg@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/plat-nomadik/Kconfig')
-rw-r--r--arch/arm/plat-nomadik/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/plat-nomadik/Kconfig b/arch/arm/plat-nomadik/Kconfig
index ad25c963d437..187f4e84bb22 100644
--- a/arch/arm/plat-nomadik/Kconfig
+++ b/arch/arm/plat-nomadik/Kconfig
@@ -25,10 +25,4 @@ config NOMADIK_GPIO
25 help 25 help
26 Support for the Nomadik GPIO controller. 26 Support for the Nomadik GPIO controller.
27 27
28config NOMADIK_GPIO_PM
29 bool
30 depends on NOMADIK_GPIO && PM
31 help
32 Support PM for the Nomadik GPIO controller.
33
34endif 28endif