]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
gpio: Allow PC/104 devices on X86_64
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Fri, 27 May 2016 22:08:56 +0000 (18:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Jun 2016 03:21:12 +0000 (20:21 -0700)
commitf4ae916912b4969916ebb275995c745b01cb432c
tree92a2e39bb36b727bef9c83321bd51dc6ae544798
parent3a4955111ad46a022f05b51f91306d864f989625
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>
drivers/gpio/Kconfig