From: Maciej S. Szmigiero Date: Fri, 23 Feb 2018 14:55:17 +0000 (+0100) Subject: Revert "gpio: winbond: fix ISA_BUS_API dependency" X-Git-Tag: v5.15~9119^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b995ff3b3017073f5251be9d525b3741e631c30f;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Linus Walleij --- 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.