]> git.hungrycats.org Git - linux/commitdiff
[PATCH] NUMAQ kconfig fix
authorAndrew Morton <akpm@osdl.org>
Sat, 12 Jun 2004 23:38:57 +0000 (16:38 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Sat, 12 Jun 2004 23:38:57 +0000 (16:38 -0700)
NUMA-Q requires CONFIG_NUMA and CONFIG_DISCONTIGMEM to build.

Cc: Martin J. Bligh <mbligh@aracnet.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/Kconfig

index 9142376b82f19448c1497dde720e09bcd07b86dc..e057b4f6c35a61c05eb08f02d6edbd2a8e4eb78a 100644 (file)
@@ -65,6 +65,8 @@ config X86_VOYAGER
 
 config X86_NUMAQ
        bool "NUMAQ (IBM/Sequent)"
+       select DISCONTIGMEM
+       select NUMA
        help
          This option is used for getting Linux to run on a (IBM/Sequent) NUMA 
          multiquad box. This changes the way that processors are bootstrapped,