8000 Revert "gpio: gpiolib-of: Allow compile testing" · bsd-unix/linux@92c74bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 92c74bc

Browse files
committed
Revert "gpio: gpiolib-of: Allow compile testing"
This reverts commit 1e4a806. 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>
1 parent 85b03b3 commit 92c74bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ config GPIO_DEVRES
4949

5050
config OF_GPIO
5151
def_bool y
52-
depends on OF || COMPILE_TEST
52+
depends on OF
5353

5454
config GPIO_ACPI
5555
def_bool y

0 commit comments

Comments
 (0)
0