diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 87717f3687d2..45161b816313 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -40,6 +40,7 @@ config X86 | |||
40 | select HAVE_GENERIC_DMA_COHERENT if X86_32 | 40 | select HAVE_GENERIC_DMA_COHERENT if X86_32 |
41 | select HAVE_EFFICIENT_UNALIGNED_ACCESS | 41 | select HAVE_EFFICIENT_UNALIGNED_ACCESS |
42 | select USER_STACKTRACE_SUPPORT | 42 | select USER_STACKTRACE_SUPPORT |
43 | select HAVE_DMA_API_DEBUG | ||
43 | select HAVE_KERNEL_GZIP | 44 | select HAVE_KERNEL_GZIP |
44 | select HAVE_KERNEL_BZIP2 | 45 | select HAVE_KERNEL_BZIP2 |
45 | select HAVE_KERNEL_LZMA | 46 | select HAVE_KERNEL_LZMA |
@@ -169,6 +170,9 @@ config GENERIC_HARDIRQS | |||
169 | bool | 170 | bool |
170 | default y | 171 | default y |
171 | 172 | ||
173 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
174 | def_bool y | ||
175 | |||
172 | config GENERIC_IRQ_PROBE | 176 | config GENERIC_IRQ_PROBE |
173 | bool | 177 | bool |
174 | default y | 178 | default y |
@@ -931,6 +935,12 @@ config X86_CPUID | |||
931 | with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to | 935 | with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to |
932 | /dev/cpu/31/cpuid. | 936 | /dev/cpu/31/cpuid. |
933 | 937 | ||
938 | config X86_CPU_DEBUG | ||
939 | tristate "/sys/kernel/debug/x86/cpu/* - CPU Debug support" | ||
940 | ---help--- | ||
941 | If you select this option, this will provide various x86 CPUs | ||
942 | information through debugfs. | ||
943 | |||
934 | choice | 944 | choice |
935 | prompt "High Memory Support" | 945 | prompt "High Memory Support" |
936 | default HIGHMEM4G if !X86_NUMAQ | 946 | default HIGHMEM4G if !X86_NUMAQ |
@@ -1123,7 +1133,7 @@ config NUMA_EMU | |||
1123 | 1133 | ||
1124 | config NODES_SHIFT | 1134 | config NODES_SHIFT |
1125 | int "Maximum NUMA Nodes (as a power of 2)" if !MAXSMP | 1135 | int "Maximum NUMA Nodes (as a power of 2)" if !MAXSMP |
1126 | range 1 9 if X86_64 | 1136 | range 1 9 |
1127 | default "9" if MAXSMP | 1137 | default "9" if MAXSMP |
1128 | default "6" if X86_64 | 1138 | default "6" if X86_64 |
1129 | default "4" if X86_NUMAQ | 1139 | default "4" if X86_NUMAQ |