diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 11:51:37 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 08:17:13 -0500 |
commit | 1ec2dafd937c0f6fed46cbd8f6878f2c1db4a623 (patch) | |
tree | 5b7d959182a5cb1d13ddb414cf965dc6254a9bcb /arch/x86/Kconfig | |
parent | 1c61d8c309a4080980474de8c6689527be180782 (diff) |
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>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index f95c3b40e45d..38ed1a6c6d86 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1819,7 +1819,6 @@ if X86_32 | |||
1819 | 1819 | ||
1820 | config ISA | 1820 | config ISA |
1821 | bool "ISA support" | 1821 | bool "ISA support" |
1822 | depends on !X86_VOYAGER | ||
1823 | help | 1822 | help |
1824 | Find out whether you have ISA slots on your motherboard. ISA is the | 1823 | Find out whether you have ISA slots on your motherboard. ISA is the |
1825 | name of a bus system, i.e. the way the CPU talks to the other stuff | 1824 | name of a bus system, i.e. the way the CPU talks to the other stuff |