summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-11-21 00:01:51 -0800
committerOlof Johansson <olof@lixom.net>2012-11-21 00:01:51 -0800
commit2054271bb008de0bcf0bdc5d6041613f616420f2 (patch)
tree24e638944597399d28c0432a5f6a323d3181c8a6 /drivers/gpio/Kconfig
parent12480c2e53d355223cf6884ed1f56e6ac9b7c21f (diff)
parent8757e168190a6ed2cd4aa23fc59bf86b0091b596 (diff)
Merge branch 'armsoc/fix' of git://github.com/hzhuang1/linux into next/fixes-non-critical
From Haojian Zhuang: * 'armsoc/fix' of git://github.com/hzhuang1/linux: ARM: pxa: fix pxa25x gpio wakeup setting + Linux 3.7-rc6
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index d055cee36942..f11d8e3b4041 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -47,7 +47,7 @@ if GPIOLIB
config OF_GPIO
def_bool y
- depends on OF && !SPARC
+ depends on OF
config DEBUG_GPIO
bool "Debug GPIO calls"