summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorDavid S. Miller2012-11-07 00:33:33 +0100
committerDavid S. Miller2012-11-07 00:56:32 +0100
commitafe760e43d576aa8d3af4d9fd3913e52014a7571 (patch)
tree18daf79b4b7c693aa21e14b98cd7eb36bedc06e5 /drivers/gpio
parentqlogicpti: Fix build warning. (diff)
downloadkernel-qcow2-linux-afe760e43d576aa8d3af4d9fd3913e52014a7571.tar.gz
kernel-qcow2-linux-afe760e43d576aa8d3af4d9fd3913e52014a7571.tar.xz
kernel-qcow2-linux-afe760e43d576aa8d3af4d9fd3913e52014a7571.zip
sparc: Allow OF_GPIO on sparc.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/gpio')
-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"