]> err.no Git - linux-2.6/blobdiff - arch/ia64/Kconfig
[Blackfin] arch: add fixed code to the memory map output
[linux-2.6] / arch / ia64 / Kconfig
index 495e88fb91c54f5fa73e289120e75d6e7a8d04f8..dff9edfc7465e9954bc5b16749eaa0068e88671a 100644 (file)
@@ -15,6 +15,9 @@ config IA64
        select ACPI if (!IA64_HP_SIM)
        select PM if (!IA64_HP_SIM)
        select ARCH_SUPPORTS_MSI
+       select HAVE_IDE
+       select HAVE_OPROFILE
+       select HAVE_KPROBES
        default y
        help
          The Itanium Processor Family is Intel's 64-bit successor to
@@ -229,7 +232,14 @@ config PGTABLE_4
 
 endchoice
 
+if IA64_HP_SIM
+config HZ
+       default 32
+endif
+
+if !IA64_HP_SIM
 source kernel/Kconfig.hz
+endif
 
 config IA64_BRL_EMU
        bool
@@ -600,8 +610,6 @@ config IRQ_PER_CPU
 
 source "arch/ia64/hp/sim/Kconfig"
 
-source "kernel/Kconfig.instrumentation"
-
 source "arch/ia64/Kconfig.debug"
 
 source "security/Kconfig"