x86/Voyager: remove ISA quirk
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 16:51:37 +0000 (17:51 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:17:13 +0000 (14:17 +0100)
commit1ec2dafd937c0f6fed46cbd8f6878f2c1db4a623
tree5b7d959182a5cb1d13ddb414cf965dc6254a9bcb
parent1c61d8c309a4080980474de8c6689527be180782
x86/Voyager: remove ISA quirk

Voyager has this ISA quirk (because Voyager has no ISA support):

 config ISA
  bool "ISA support"
depends on !X86_VOYAGER

There's a ton of x86 hardware that does not support ISA, and because
most ISA drivers cannot auto-detect in a safe way, the convention in
the kernel has always been to not enable ISA drivers if they are not
needed.

Voyager users can do likewise - no need for a Kconfig quirk.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
This page took 0.025135 seconds and 5 git commands to generate.