diff options
author | Linus Walleij | 2016-07-05 08:46:43 +0200 |
---|---|---|
committer | Linus Walleij | 2016-07-05 19:03:04 +0200 |
commit | 92c74bceb0dd4b74a6c0b56c2f9a5c93a0860808 (patch) | |
tree | 626e4c73773e9782471e2f087a8cbbc18a6272c2 /drivers/gpio | |
parent | 85b03b3033fd4eba82665b3b9902c095a08cc52f (diff) |
Revert "gpio: gpiolib-of: Allow compile testing"
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
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 |