From: Alexander Stein Date: Wed, 24 Feb 2016 21:05:19 +0000 (+0100) Subject: gpio: gpiolib-of: Allow compile testing X-Git-Tag: v4.7-rc1~150^2~58 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=1e4a80640338924b9f9fd7a121ac31d08134410a;p=linux.git gpio: gpiolib-of: Allow compile testing Lower dependencies for compile testing. Signed-off-by: Alexander Stein --- 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