diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-05-19 07:53:39 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 04:15:39 -0400 |
commit | c9fea78dc9775981bed2da379568c8a8fddd1fb6 (patch) | |
tree | beb47251a8945773601150616b1f74f07a7396cc /arch/x86/Kconfig | |
parent | c3ed64295f0fed9131b42122234b1ce4a4a266cf (diff) |
x86: make NUMAQ depend on PCI
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>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index bbafeac89116..029372813ae2 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -270,7 +270,7 @@ config X86_VOYAGER | |||
270 | 270 | ||
271 | config X86_NUMAQ | 271 | config X86_NUMAQ |
272 | bool "NUMAQ (IBM/Sequent)" | 272 | bool "NUMAQ (IBM/Sequent)" |
273 | depends on SMP && X86_32 | 273 | depends on SMP && X86_32 && PCI |
274 | select NUMA | 274 | select NUMA |
275 | help | 275 | help |
276 | This option is used for getting Linux to run on a (IBM/Sequent) NUMA | 276 | This option is used for getting Linux to run on a (IBM/Sequent) NUMA |