From: Linus Walleij Date: Tue, 5 Jul 2016 06:46:43 +0000 (+0200) Subject: Revert "gpio: gpiolib-of: Allow compile testing" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=92c74bceb0dd4b74a6c0b56c2f9a5c93a0860808;p=linux-beck.git 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 --- 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