diff options
author | Jes Sorensen <jes@sgi.com> | 2008-02-11 15:10:19 +0100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-03-04 14:04:11 -0800 |
commit | bd3be240cb4e513c3d5e7d773ab9a8ce646befbd (patch) | |
tree | 10fba579dac641b14deac7b1e497be1a316a32bc /arch/ia64 | |
parent | fcab59a3186640ce085e89ee6dfc03cacfb6c7c9 (diff) |
[IA64] CONFIG_SGI_SN2 - auto select NUMA and ACPI_NUMA
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>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index dff9edfc7465..17ef9b22022a 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -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 |