diff options
author | Dean Nelson <dcn@sgi.com> | 2005-11-01 10:21:51 -0600 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-11-03 15:10:58 -0800 |
commit | f79b348856fbaf77e4a0c5cb08a808e5879967a9 (patch) | |
tree | df708a216d597452d3ae9a589941890c3868c6e2 /arch/ia64/Kconfig | |
parent | 55725495f2175d0be2a5ed4135c2ea298b470001 (diff) |
[IA64] restrict CONFIG_SGI_SN_XP to IA64_GENERIC or IA64_SGI_SN2
Restrict CONFIG_SGI_SN_XP to IA64_GENERIC or IA64_SGI_SN2 kernels.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 3b4248cff9a7..eb784046130d 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -191,6 +191,7 @@ config IOSAPIC config IA64_SGI_SN_XP tristate "Support communication between SGI SSIs" + depends on IA64_GENERIC || IA64_SGI_SN2 select IA64_UNCACHED_ALLOCATOR help An SGI machine can be divided into multiple Single System |