diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 06c02c00d7d9..34bc3a89228b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -786,6 +786,11 @@ config X86_MCE_AMD | |||
786 | Additional support for AMD specific MCE features such as | 786 | Additional support for AMD specific MCE features such as |
787 | the DRAM Error Threshold. | 787 | the DRAM Error Threshold. |
788 | 788 | ||
789 | config X86_MCE_THRESHOLD | ||
790 | depends on X86_MCE_AMD || X86_MCE_INTEL | ||
791 | bool | ||
792 | default y | ||
793 | |||
789 | config X86_MCE_NONFATAL | 794 | config X86_MCE_NONFATAL |
790 | tristate "Check for non-fatal errors on AMD Athlon/Duron / Intel Pentium 4" | 795 | tristate "Check for non-fatal errors on AMD Athlon/Duron / Intel Pentium 4" |
791 | depends on X86_32 && X86_MCE | 796 | depends on X86_32 && X86_MCE |
@@ -929,6 +934,12 @@ config X86_CPUID | |||
929 | with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to | 934 | with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to |
930 | /dev/cpu/31/cpuid. | 935 | /dev/cpu/31/cpuid. |
931 | 936 | ||
937 | config X86_CPU_DEBUG | ||
938 | tristate "/sys/kernel/debug/x86/cpu/* - CPU Debug support" | ||
939 | ---help--- | ||
940 | If you select this option, this will provide various x86 CPUs | ||
941 | information through debugfs. | ||
942 | |||
932 | choice | 943 | choice |
933 | prompt "High Memory Support" | 944 | prompt "High Memory Support" |
934 | default HIGHMEM4G if !X86_NUMAQ | 945 | default HIGHMEM4G if !X86_NUMAQ |
@@ -1121,7 +1132,7 @@ config NUMA_EMU | |||
1121 | 1132 | ||
1122 | config NODES_SHIFT | 1133 | config NODES_SHIFT |
1123 | int "Maximum NUMA Nodes (as a power of 2)" if !MAXSMP | 1134 | int "Maximum NUMA Nodes (as a power of 2)" if !MAXSMP |
1124 | range 1 9 if X86_64 | 1135 | range 1 9 |
1125 | default "9" if MAXSMP | 1136 | default "9" if MAXSMP |
1126 | default "6" if X86_64 | 1137 | default "6" if X86_64 |
1127 | default "4" if X86_NUMAQ | 1138 | default "4" if X86_NUMAQ |
@@ -1429,7 +1440,7 @@ config CRASH_DUMP | |||
1429 | config KEXEC_JUMP | 1440 | config KEXEC_JUMP |
1430 | bool "kexec jump (EXPERIMENTAL)" | 1441 | bool "kexec jump (EXPERIMENTAL)" |
1431 | depends on EXPERIMENTAL | 1442 | depends on EXPERIMENTAL |
1432 | depends on KEXEC && HIBERNATION && X86_32 | 1443 | depends on KEXEC && HIBERNATION |
1433 | ---help--- | 1444 | ---help--- |
1434 | Jump between original kernel and kexeced kernel and invoke | 1445 | Jump between original kernel and kexeced kernel and invoke |
1435 | code in physical address mode via KEXEC | 1446 | code in physical address mode via KEXEC |