sparc: Allow OF_GPIO on sparc.
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Nov 2012 23:33:33 +0000 (15:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Nov 2012 23:56:32 +0000 (15:56 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/gpio/Kconfig

index d055cee..f11d8e3 100644 (file)
@@ -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"