vserver 1.9.3
[linux-2.6.git] / arch / ia64 / Kconfig
index 8295d4b..a9abc29 100644 (file)
@@ -38,6 +38,10 @@ config EFI
        bool
        default y
 
+config GENERIC_IOMAP
+       bool
+       default y
+
 choice
        prompt "System type"
        default IA64_GENERIC
@@ -72,6 +76,12 @@ config IA64_HP_ZX1
 
 config IA64_SGI_SN2
        bool "SGI-SN2"
+       help
+         Selecting this option will optimize the kernel for use on sn2 based
+         systems, but the resulting kernel binary will not run on other
+         types of ia64 systems.  If you have an SGI Altix system, it's safe
+         to select this option.  If in doubt, select ia64 generic support
+         instead.
 
 config IA64_HP_SIM
        bool "Ski-simulator"
@@ -270,6 +280,9 @@ config COMPAT
        depends on IA32_SUPPORT
        default y
 
+config IA64_MCA_RECOVERY
+       tristate "MCA recovery from errors other than TLB."
+
 config PERFMON
        bool "Performance monitor support"
        help
@@ -372,119 +385,7 @@ source "arch/ia64/hp/sim/Kconfig"
 
 source "arch/ia64/oprofile/Kconfig"
 
-menu "Kernel hacking"
-
-choice
-       prompt "Physical memory granularity"
-       default IA64_GRANULE_64MB
-
-config IA64_GRANULE_16MB
-       bool "16MB"
-       help
-         IA-64 identity-mapped regions use a large page size called "granules".
-
-         Select "16MB" for a small granule size.
-         Select "64MB" for a large granule size.  This is the current default.
-
-config IA64_GRANULE_64MB
-       bool "64MB"
-       depends on !(IA64_GENERIC || IA64_HP_ZX1 || IA64_SGI_SN2)
-
-endchoice
-
-config DEBUG_KERNEL
-       bool "Kernel debugging"
-       help
-         Say Y here if you are developing drivers or trying to debug and
-         identify kernel problems.
-
-config IA64_PRINT_HAZARDS
-       bool "Print possible IA-64 dependency violations to console"
-       depends on DEBUG_KERNEL
-       help
-         Selecting this option prints more information for Illegal Dependency
-         Faults, that is, for Read-after-Write (RAW), Write-after-Write (WAW),
-         or Write-after-Read (WAR) violations.  This option is ignored if you
-         are compiling for an Itanium A step processor
-         (CONFIG_ITANIUM_ASTEP_SPECIFIC).  If you're unsure, select Y.
-
-config DISABLE_VHPT
-       bool "Disable VHPT"
-       depends on DEBUG_KERNEL
-       help
-         The Virtual Hash Page Table (VHPT) enhances virtual address
-         translation performance.  Normally you want the VHPT active but you
-         can select this option to disable the VHPT for debugging.  If you're
-         unsure, answer N.
-
-config MAGIC_SYSRQ
-       bool "Magic SysRq key"
-       depends on DEBUG_KERNEL
-       help
-         If you say Y here, you will have some control over the system even
-         if the system crashes for example during kernel debugging (e.g., you
-         will be able to flush the buffer cache to disk, reboot the system
-         immediately or dump some status information). This is accomplished
-         by pressing various keys while holding SysRq (Alt+PrintScreen). It
-         also works on a serial console (on PC hardware at least), if you
-         send a BREAK and then within 5 seconds a command keypress. The
-         keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
-         unless you really know what this hack does.
-
-config DEBUG_SLAB
-       bool "Debug memory allocations"
-       depends on DEBUG_KERNEL
-       help
-         Say Y here to have the kernel do limited verification on memory
-         allocation as well as poisoning memory on free to catch use of freed
-         memory.
-
-config DEBUG_SPINLOCK
-       bool "Spinlock debugging"
-       depends on DEBUG_KERNEL
-       help
-         Say Y here and build SMP to catch missing spinlock initialization
-         and certain other kinds of spinlock errors commonly made.  This is
-         best used in conjunction with the NMI watchdog so that spinlock
-         deadlocks are also debuggable.
-
-config DEBUG_SPINLOCK_SLEEP
-         bool "Sleep-inside-spinlock checking"
-         help
-           If you say Y here, various routines which may sleep will become very
-           noisy if they are called with a spinlock held.
-
-config IA64_DEBUG_CMPXCHG
-       bool "Turn on compare-and-exchange bug checking (slow!)"
-       depends on DEBUG_KERNEL
-       help
-         Selecting this option turns on bug checking for the IA-64
-         compare-and-exchange instructions.  This is slow!  Itaniums
-         from step B3 or later don't have this problem. If you're unsure,
-         select N.
-
-config IA64_DEBUG_IRQ
-       bool "Turn on irq debug checks (slow!)"
-       depends on DEBUG_KERNEL
-       help
-         Selecting this option turns on bug checking for the IA-64 irq_save
-         and restore instructions.  It's useful for tracking down spinlock
-         problems, but slow!  If you're unsure, select N.
-
-config DEBUG_INFO
-       bool "Compile the kernel with debug info"
-       depends on DEBUG_KERNEL
-       help
-          If you say Y here the resulting kernel image will include
-         debugging info resulting in a larger kernel image.
-         Say Y here only if you plan to use gdb to debug the kernel.
-         If you don't debug the kernel, you can say N.
-
-config SYSVIPC_COMPAT
-       bool
-       depends on COMPAT && SYSVIPC
-       default y
-endmenu
+source "arch/ia64/Kconfig.debug"
 
 source "kernel/vserver/Kconfig"