aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-11-06 18:33:33 -0500
committerDavid S. Miller <davem@davemloft.net>2012-11-06 18:56:32 -0500
commitafe760e43d576aa8d3af4d9fd3913e52014a7571 (patch)
tree18daf79b4b7c693aa21e14b98cd7eb36bedc06e5 /drivers/gpio
parentf7e8d9f830b118cfe757140d910834afd1710001 (diff)
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
47 47
48config OF_GPIO 48config OF_GPIO
49 def_bool y 49 def_bool y
50 depends on OF && !SPARC 50 depends on OF
51 51
52config DEBUG_GPIO 52config DEBUG_GPIO
53 bool "Debug GPIO calls" 53 bool "Debug GPIO calls"