aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2016-05-27 18:08:56 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-06-17 23:21:12 -0400
commitf4ae916912b4969916ebb275995c745b01cb432c (patch)
tree92a2e39bb36b727bef9c83321bd51dc6ae544798
parent3a4955111ad46a022f05b51f91306d864f989625 (diff)
gpio: Allow PC/104 devices on X86_64
With the introduction of the ISA_BUS_API Kconfig option, ISA-style drivers may be built for X86_64 architectures. This patch changes the ISA Kconfig option dependency of the PC/104 drivers to ISA_BUS_API, thus allowing them to build for X86_64 as they are expected to. Cc: Alexandre Courbot <gnurou@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/gpio/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index a116609b1914..cebcb405812e 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -531,7 +531,7 @@ menu "Port-mapped I/O GPIO drivers"
531 531
532config GPIO_104_DIO_48E 532config GPIO_104_DIO_48E
533 tristate "ACCES 104-DIO-48E GPIO support" 533 tristate "ACCES 104-DIO-48E GPIO support"
534 depends on ISA 534 depends on ISA_BUS_API
535 select GPIOLIB_IRQCHIP 535 select GPIOLIB_IRQCHIP
536 help 536 help
537 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E, 537 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E,
@@ -541,7 +541,7 @@ config GPIO_104_DIO_48E
541 541
542config GPIO_104_IDIO_16 542config GPIO_104_IDIO_16
543 tristate "ACCES 104-IDIO-16 GPIO support" 543 tristate "ACCES 104-IDIO-16 GPIO support"
544 depends on ISA 544 depends on ISA_BUS_API
545 select GPIOLIB_IRQCHIP 545 select GPIOLIB_IRQCHIP
546 help 546 help
547 Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16, 547 Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16,
@@ -552,7 +552,7 @@ config GPIO_104_IDIO_16
552 552
553config GPIO_104_IDI_48 553config GPIO_104_IDI_48
554 tristate "ACCES 104-IDI-48 GPIO support" 554 tristate "ACCES 104-IDI-48 GPIO support"
555 depends on ISA 555 depends on ISA_BUS_API
556 select GPIOLIB_IRQCHIP 556 select GPIOLIB_IRQCHIP
557 help 557 help
558 Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A, 558 Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A,
@@ -628,7 +628,7 @@ config GPIO_TS5500
628 628
629config GPIO_WS16C48 629config GPIO_WS16C48
630 tristate "WinSystems WS16C48 GPIO support" 630 tristate "WinSystems WS16C48 GPIO support"
631 depends on ISA 631 depends on ISA_BUS_API
632 select GPIOLIB_IRQCHIP 632 select GPIOLIB_IRQCHIP
633 help 633 help
634 Enables GPIO support for the WinSystems WS16C48. The base port 634 Enables GPIO support for the WinSystems WS16C48. The base port