diff options
author | Jes Sorensen <jes@sgi.com> | 2008-02-11 09:10:19 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-03-04 17:04:11 -0500 |
commit | bd3be240cb4e513c3d5e7d773ab9a8ce646befbd (patch) | |
tree | 10fba579dac641b14deac7b1e497be1a316a32bc /arch/ia64/Kconfig | |
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/Kconfig')
-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 | |||
155 | 155 | ||
156 | config IA64_SGI_SN2 | 156 | config IA64_SGI_SN2 |
157 | bool "SGI-SN2" | 157 | bool "SGI-SN2" |
158 | select NUMA | ||
159 | select ACPI_NUMA | ||
158 | help | 160 | help |
159 | Selecting this option will optimize the kernel for use on sn2 based | 161 | Selecting this option will optimize the kernel for use on sn2 based |
160 | systems, but the resulting kernel binary will not run on other | 162 | systems, but the resulting kernel binary will not run on other |