x86/Voyager: clean up BROKEN Kconfig reference
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 16:54:17 +0000 (17:54 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:16:53 +0000 (14:16 +0100)
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>
arch/x86/Kconfig

index d6218e6c9824163fd2c5a3f384128b68ba230686..45c7bdbc156e1ad8e1dd516a821b55ea51cb18e3 100644 (file)
@@ -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.
This page took 0.026577 seconds and 5 git commands to generate.