aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-07-05 08:46:43 +0200
committerLinus Walleij <linus.walleij@linaro.org>2016-07-05 19:03:04 +0200
commit92c74bceb0dd4b74a6c0b56c2f9a5c93a0860808 (patch)
tree626e4c73773e9782471e2f087a8cbbc18a6272c2
parent85b03b3033fd4eba82665b3b9902c095a08cc52f (diff)
Revert "gpio: gpiolib-of: Allow compile testing"gpio-v4.7-5
This reverts commit 1e4a80640338924b9f9fd7a121ac31d08134410a. This creates more problems than it solves right now. Compile testing needs to go in with patches fixing the problems it uncovers. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index cebcb405812e..536112fd2466 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -49,7 +49,7 @@ config GPIO_DEVRES
config OF_GPIO
def_bool y
- depends on OF || COMPILE_TEST
+ depends on OF
config GPIO_ACPI
def_bool y