aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@sgi.com>2003-05-15 21:51:34 -0700
committerDavid Mosberger <davidm@tiger.hpl.hp.com>2003-05-15 21:51:34 -0700
commitc6bacd5010ec2db31aebbac71bc93540f40d2a9d (patch)
tree2ae09c178c75803efdac306845070c3aa0d41968 /arch/ia64/Kconfig
parentf23ed56da68f6f611de827bbd8838d3ffce3b468 (diff)
downloadhistory-c6bacd5010ec2db31aebbac71bc93540f40d2a9d.tar.gz
[PATCH] ia64: SGI SN update
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 201ad528c6477b..61e69823b86847 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -82,9 +82,6 @@ config IA64_HP_ZX1
for the zx1 I/O MMU and makes root bus bridges appear in PCI config
space (required for zx1 agpgart support).
-config IA64_SGI_SN1
- bool "SGI-SN1"
-
config IA64_SGI_SN2
bool "SGI-SN2"
@@ -288,7 +285,7 @@ config PM
config IOSAPIC
bool
- depends on IA64_GENERIC || IA64_DIG || IA64_HP_ZX1
+ depends on IA64_GENERIC || IA64_DIG || IA64_HP_ZX1 || IA64_SGI_SN2
default y
config IA64_SGI_SN
@@ -296,6 +293,11 @@ config IA64_SGI_SN
depends on IA64_SGI_SN1 || IA64_SGI_SN2
default y
+config HWGFS_FS
+ bool
+ depends on IA64_SGI_SN1 || IA64_SGI_SN2
+ default y
+
config IA64_SGI_SN_DEBUG
bool "Enable extra debugging code"
depends on IA64_SGI_SN1 || IA64_SGI_SN2