commit | 1e4a80640338924b9f9fd7a121ac31d08134410a | [log] [tgz] |
---|---|---|
author | Alexander Stein <alexanders83@web.de> | Wed Feb 24 22:05:19 2016 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Apr 14 14:05:14 2016 +0200 |
tree | a4394a80190870f6339aa4f4b66b3d6824491d16 | |
parent | 190ea4344bc3fb97c40befd1653a92e9a59fe0f7 [diff] |
gpio: gpiolib-of: Allow compile testing Lower dependencies for compile testing. Signed-off-by: Alexander Stein <alexanders83@web.de>
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 37f0378..9776ea5 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig
@@ -49,7 +49,7 @@ config OF_GPIO def_bool y - depends on OF + depends on OF || COMPILE_TEST config GPIO_ACPI def_bool y