commit | afe760e43d576aa8d3af4d9fd3913e52014a7571 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Nov 06 15:33:33 2012 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 06 15:56:32 2012 -0800 |
tree | 18daf79b4b7c693aa21e14b98cd7eb36bedc06e5 | |
parent | f7e8d9f830b118cfe757140d910834afd1710001 [diff] [blame] |
sparc: Allow OF_GPIO on sparc. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d055cee..f11d8e3 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig
@@ -47,7 +47,7 @@ config OF_GPIO def_bool y - depends on OF && !SPARC + depends on OF config DEBUG_GPIO bool "Debug GPIO calls"