Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

William Breathitt Gray and committed by
Greg Kroah-Hartman
f4ae9169 3a495511

+4 -4
+4 -4
drivers/gpio/Kconfig
··· 531 531 532 532 config GPIO_104_DIO_48E 533 533 tristate "ACCES 104-DIO-48E GPIO support" 534 - depends on ISA 534 + depends on ISA_BUS_API 535 535 select GPIOLIB_IRQCHIP 536 536 help 537 537 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E, ··· 541 541 542 542 config GPIO_104_IDIO_16 543 543 tristate "ACCES 104-IDIO-16 GPIO support" 544 - depends on ISA 544 + depends on ISA_BUS_API 545 545 select GPIOLIB_IRQCHIP 546 546 help 547 547 Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16, ··· 552 552 553 553 config GPIO_104_IDI_48 554 554 tristate "ACCES 104-IDI-48 GPIO support" 555 - depends on ISA 555 + depends on ISA_BUS_API 556 556 select GPIOLIB_IRQCHIP 557 557 help 558 558 Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A, ··· 628 628 629 629 config GPIO_WS16C48 630 630 tristate "WinSystems WS16C48 GPIO support" 631 - depends on ISA 631 + depends on ISA_BUS_API 632 632 select GPIOLIB_IRQCHIP 633 633 help 634 634 Enables GPIO support for the WinSystems WS16C48. The base port