aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-27 11:54:17 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-29 08:16:53 -0500
commite7c64981949ec983ee41c2927c036fdb00d8e68b (patch)
treed79138a2edb99b9c3e0c3f0c39743545f73eaf72 /arch/x86
parent6bda2c8b32febeb38ee128047253751e080bad52 (diff)
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 <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
303 303
304config X86_VOYAGER 304config X86_VOYAGER
305 bool "Voyager (NCR)" 305 bool "Voyager (NCR)"
306 depends on X86_32 && (SMP || BROKEN) && !PCI 306 depends on X86_32 && SMP && !PCI
307 help 307 help
308 Voyager is an MCA-based 32-way capable SMP architecture proprietary 308 Voyager is an MCA-based 32-way capable SMP architecture proprietary
309 to NCR Corp. Machine classes 345x/35xx/4100/51xx are Voyager-based. 309 to NCR Corp. Machine classes 345x/35xx/4100/51xx are Voyager-based.