From: Ingo Molnar Date: Tue, 27 Jan 2009 16:54:17 +0000 (+0100) Subject: x86/Voyager: clean up BROKEN Kconfig reference X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e7c64981949ec983ee41c2927c036fdb00d8e68b;p=deliverable%2Flinux.git x86/Voyager: clean up BROKEN Kconfig reference CONFIG_BROKEN has been removed from the upstream kernel years ago, but X86_VOYAGER still had a stale reference to it - remove it. Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index d6218e6c9824..45c7bdbc156e 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -303,7 +303,7 @@ config X86_ELAN config X86_VOYAGER bool "Voyager (NCR)" - depends on X86_32 && (SMP || BROKEN) && !PCI + depends on X86_32 && SMP && !PCI help Voyager is an MCA-based 32-way capable SMP architecture proprietary to NCR Corp. Machine classes 345x/35xx/4100/51xx are Voyager-based.