summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej S. Szmigiero <mail@maciej.szmigiero.name>2018-02-23 15:55:17 +0100
committerLinus Walleij <linus.walleij@linaro.org>2018-02-26 11:27:30 +0100
commitb995ff3b3017073f5251be9d525b3741e631c30f (patch)
treeb0748970e6008ab46bfe9513ec80cbbf68180564
parentca34b4f0bed802e1c8612ef08456b20992aeb02a (diff)
downloadop-kernel-dev-b995ff3b3017073f5251be9d525b3741e631c30f.zip
op-kernel-dev-b995ff3b3017073f5251be9d525b3741e631c30f.tar.gz
Revert "gpio: winbond: fix ISA_BUS_API dependency"
This reverts commit 92a8046c9d952a2a7d21dfcd3afadc72a0bc0f72. Now that the patch series changing ISA_BUS_API dependency to selection was merged this reversion will do the same for gpio-winbond driver to make it consistent with other ISA bus gpio drivers. Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index dff9987..6d481ef 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -722,7 +722,7 @@ config GPIO_TS5500
config GPIO_WINBOND
tristate "Winbond Super I/O GPIO support"
- depends on ISA_BUS_API
+ select ISA_BUS_API
help
This option enables support for GPIOs found on Winbond Super I/O
chips.
OpenPOWER on IntegriCloud