Revert "gpio: gpiolib-of: Allow compile testing"
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 5 Jul 2016 06:46:43 +0000 (08:46 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 5 Jul 2016 17:03:04 +0000 (19:03 +0200)
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>
drivers/gpio/Kconfig

index cebcb405812ec0c8a98f771b94f8a4c5caddabc5..536112fd246623f76de20cbafbbca49d3a185b02 100644 (file)
@@ -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