[IA64] CONFIG_SGI_SN2 - auto select NUMA and ACPI_NUMA
authorJes Sorensen <jes@sgi.com>
Mon, 11 Feb 2008 14:10:19 +0000 (15:10 +0100)
committerTony Luck <tony.luck@intel.com>
Tue, 4 Mar 2008 22:04:11 +0000 (14:04 -0800)
Auto select CONFIG_NUMA and CONFIG_ACPI_NUMA when picking SN2, similar
to how they are selected automatically for CONFIG_IA64_GENERIC.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/Kconfig

index dff9edfc7465e9954bc5b16749eaa0068e88671a..17ef9b22022a496dedcb42bcebd410291fca185a 100644 (file)
@@ -155,6 +155,8 @@ config IA64_HP_ZX1_SWIOTLB
 
 config IA64_SGI_SN2
        bool "SGI-SN2"
+       select NUMA
+       select ACPI_NUMA
        help
          Selecting this option will optimize the kernel for use on sn2 based
          systems, but the resulting kernel binary will not run on other
This page took 0.0385490000000001 seconds and 5 git commands to generate.