diff options
author | Greg Edwards <edwardsg@sgi.com> | 2005-06-21 14:30:00 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-06-21 17:17:43 -0400 |
commit | a35f1e03b868a3179fa12344ec0d46a44fbf7574 (patch) | |
tree | 8d8063cddba7cba6ad507dec548003aea6ebae5f | |
parent | bd91c4bb134a3c5b04969f5ab960a3fd48778bcc (diff) |
[IA64] enable SGI simulator for generic kernels
Allow the SGI simulator (medusa) to work on generic kernels. There is
no inherent dependency on an sn2-specific kernel.
Boot tested on Altix, medusa and HP rx2600.
Signed-off-by: Greg Edwards <edwardsg@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
-rw-r--r-- | arch/ia64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 3ad2c4af099c..992bcfff7913 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -216,7 +216,7 @@ config IOSAPIC | |||
216 | 216 | ||
217 | config IA64_SGI_SN_SIM | 217 | config IA64_SGI_SN_SIM |
218 | bool "SGI Medusa Simulator Support" | 218 | bool "SGI Medusa Simulator Support" |
219 | depends on IA64_SGI_SN2 | 219 | depends on IA64_SGI_SN2 || IA64_GENERIC |
220 | help | 220 | help |
221 | If you are compiling a kernel that will run under SGI's IA-64 | 221 | If you are compiling a kernel that will run under SGI's IA-64 |
222 | simulator (Medusa) then say Y, otherwise say N. | 222 | simulator (Medusa) then say Y, otherwise say N. |