diff options
author | Alexander Stein <alexanders83@web.de> | 2016-02-24 22:05:19 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-04-14 14:05:14 +0200 |
commit | 1e4a80640338924b9f9fd7a121ac31d08134410a (patch) | |
tree | a4394a80190870f6339aa4f4b66b3d6824491d16 /drivers | |
parent | 190ea4344bc3fb97c40befd1653a92e9a59fe0f7 (diff) | |
download | linux-1e4a80640338924b9f9fd7a121ac31d08134410a.tar.bz2 |
gpio: gpiolib-of: Allow compile testing
Lower dependencies for compile testing.
Signed-off-by: Alexander Stein <alexanders83@web.de>
Diffstat (limited to 'drivers')
-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 37f03786b0e6..9776ea547a4d 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 + depends on OF || COMPILE_TEST config GPIO_ACPI def_bool y |