]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - arch/x86/Kconfig
isa: Remove ISA_BUS_API selection for ISA_BUS
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Fri, 29 Dec 2017 20:14:46 +0000 (15:14 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 22 Feb 2018 15:16:41 +0000 (16:16 +0100)
commit17a2a129b309d502d638164b2c515ff205c148df
tree3f88499a0275b5c195c1f884efdcc84fb9eae227
parent35decc803c8ad9a84de890c1fea0ba1768666390
isa: Remove ISA_BUS_API selection for ISA_BUS

ISA_BUS_API is selected by drivers themselves when necessary. The
ISA_BUS Kconfig option is now simply a mask for true ISA device drivers
and relevant configuration. For now, the ISA_BUS Kconfig option is only
available for X86, but may be added for other arch builds in the future
if the need arises.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/x86/Kconfig