| Submitter | David Miller |
|---|---|
| Date | Nov. 7, 2012, 12:09 a.m. |
| Message ID | <20121106.190949.616204095438376098.davem@davemloft.net> |
| Download | mbox | patch |
| Permalink | /patch/197601/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
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"
Signed-off-by: David S. Miller <davem@davemloft.net> --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)