From patchwork Wed Nov 7 00:09:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: sparc: Allow OF_GPIO on sparc. Date: Tue, 06 Nov 2012 14:09:49 -0000 From: David Miller X-Patchwork-Id: 197601 Message-Id: <20121106.190949.616204095438376098.davem@davemloft.net> To: sparclinux@vger.kernel.org Signed-off-by: David S. Miller --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ if GPIOLIB config OF_GPIO def_bool y - depends on OF && !SPARC + depends on OF config DEBUG_GPIO bool "Debug GPIO calls"