x86: make NUMAQ depend on PCI
authorIngo Molnar <mingo@elte.hu>
Mon, 19 May 2008 11:53:39 +0000 (13:53 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 May 2008 08:15:39 +0000 (10:15 +0200)
NUMAQ depends on the existence of PCI hardware, and requiring PCI
makes this subarch simpler and avoids build failures if PCI is
disabled.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig

index bbafeac8911601597454c38a3ecafa8ca9d1e022..029372813ae2aa62425ae835fe6ac972044c8cde 100644 (file)
@@ -270,7 +270,7 @@ config X86_VOYAGER
 
 config X86_NUMAQ
        bool "NUMAQ (IBM/Sequent)"
-       depends on SMP && X86_32
+       depends on SMP && X86_32 && PCI
        select NUMA
        help
          This option is used for getting Linux to run on a (IBM/Sequent) NUMA
This page took 0.026252 seconds and 5 git commands to generate.