Skip to content

Commit

Permalink
gpio: gpiolib-of: Allow compile testing
Browse files Browse the repository at this point in the history
Lower dependencies for compile testing.

Signed-off-by: Alexander Stein <alexanders83@web.de>
  • Loading branch information
Alexander Stein authored and Linus Walleij committed Apr 14, 2016
1 parent 190ea43 commit 1e4a806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e4a806

Please sign in to comment.