diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 16:57:49 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 14:16:55 +0100 |
commit | 72ee6ebbb3fe1ac23d1a669b177b858d2028bf09 (patch) | |
tree | 7fbe616ab8e2096e1bbce8ae3f5e85895ed408c2 /arch/x86/Kconfig | |
parent | 61b8172e57c4b8db1fcb7f5fd8dfda85ffd8e052 (diff) | |
download | blackbird-obmc-linux-72ee6ebbb3fe1ac23d1a669b177b858d2028bf09.tar.gz blackbird-obmc-linux-72ee6ebbb3fe1ac23d1a669b177b858d2028bf09.zip |
x86/Voyager: remove MCA Kconfig quirk
Remove Voyager Kconfig quirk: just like any other hardware platform
users of Voyager systems can configure in the hardware drivers they need.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index f983f4055b18..ae37a7504b57 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1873,8 +1873,7 @@ config EISA source "drivers/eisa/Kconfig" config MCA - bool "MCA support" if !X86_VOYAGER - default y if X86_VOYAGER + bool "MCA support" help MicroChannel Architecture is found in some IBM PS/2 machines and laptops. It is a bus system similar to PCI or ISA. See |