From: David S. Miller Date: Tue, 6 Nov 2012 23:33:33 +0000 (-0800) Subject: sparc: Allow OF_GPIO on sparc. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=afe760e43d576aa8d3af4d9fd3913e52014a7571;p=linux-beck.git sparc: Allow OF_GPIO on sparc. Signed-off-by: David S. Miller --- 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"