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>
This commit is contained in:
Martin Blumenstingl 2019-07-03 00:32:48 +02:00 committed by Linus Walleij
parent c0ec701238
commit 5099837d2f

View File

@ -489,7 +489,8 @@ config GPIO_STA2X11
config GPIO_STP_XWAY config GPIO_STP_XWAY
bool "XWAY STP GPIOs" bool "XWAY STP GPIOs"
depends on SOC_XWAY depends on SOC_XWAY || COMPILE_TEST
depends on OF_GPIO
help help
This enables support for the Serial To Parallel (STP) unit found on 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, XWAY SoC. The STP allows the SoC to drive a shift registers cascade,