summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2019-07-03 00:32:48 +0200
committerLinus Walleij <linus.walleij@linaro.org>2019-07-04 09:42:31 +0200
commit5099837d2f809c75d45efa32595c712ca245a432 (patch)
treeb09894171e8240990870ec1ba23c611040f244ec /drivers/gpio
parentc0ec7012385939d0c885c976c8849084d7aeb2fb (diff)
downloadlinux-0-day-5099837d2f809c75d45efa32595c712ca245a432.tar.gz
linux-0-day-5099837d2f809c75d45efa32595c712ca245a432.tar.xz
gpio: stp-xway: allow compile-testing
Enable compile-testing of the stp-xway GPIO driver now that it does not depend on any architecture specific includes anymore. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Link: https://lore.kernel.org/r/20190702223248.31934-5-martin.blumenstingl@googlemail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 189f3b7948041..063d6f1474504 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -489,7 +489,8 @@ config GPIO_STA2X11
config GPIO_STP_XWAY
bool "XWAY STP GPIOs"
- depends on SOC_XWAY
+ depends on SOC_XWAY || COMPILE_TEST
+ depends on OF_GPIO
help
This enables support for the Serial To Parallel (STP) unit found on
XWAY SoC. The STP allows the SoC to drive a shift registers cascade,