diff options
Diffstat (limited to 'arch/x86/Kconfig')
| -rw-r--r-- | arch/x86/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 55298e89157..eb4092568f9 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
| @@ -49,6 +49,7 @@ config X86 | |||
| 49 | select HAVE_KERNEL_GZIP | 49 | select HAVE_KERNEL_GZIP |
| 50 | select HAVE_KERNEL_BZIP2 | 50 | select HAVE_KERNEL_BZIP2 |
| 51 | select HAVE_KERNEL_LZMA | 51 | select HAVE_KERNEL_LZMA |
| 52 | select HAVE_KERNEL_LZO | ||
| 52 | select HAVE_HW_BREAKPOINT | 53 | select HAVE_HW_BREAKPOINT |
| 53 | select PERF_EVENTS | 54 | select PERF_EVENTS |
| 54 | select ANON_INODES | 55 | select ANON_INODES |
| @@ -988,12 +989,6 @@ config X86_CPUID | |||
| 988 | with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to | 989 | with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to |
| 989 | /dev/cpu/31/cpuid. | 990 | /dev/cpu/31/cpuid. |
| 990 | 991 | ||
| 991 | config X86_CPU_DEBUG | ||
| 992 | tristate "/sys/kernel/debug/x86/cpu/* - CPU Debug support" | ||
| 993 | ---help--- | ||
| 994 | If you select this option, this will provide various x86 CPUs | ||
| 995 | information through debugfs. | ||
| 996 | |||
| 997 | choice | 992 | choice |
| 998 | prompt "High Memory Support" | 993 | prompt "High Memory Support" |
| 999 | default HIGHMEM4G if !X86_NUMAQ | 994 | default HIGHMEM4G if !X86_NUMAQ |
| @@ -1246,6 +1241,11 @@ config ARCH_MEMORY_PROBE | |||
| 1246 | def_bool X86_64 | 1241 | def_bool X86_64 |
| 1247 | depends on MEMORY_HOTPLUG | 1242 | depends on MEMORY_HOTPLUG |
| 1248 | 1243 | ||
| 1244 | config ILLEGAL_POINTER_VALUE | ||
| 1245 | hex | ||
| 1246 | default 0 if X86_32 | ||
| 1247 | default 0xdead000000000000 if X86_64 | ||
| 1248 | |||
| 1249 | source "mm/Kconfig" | 1249 | source "mm/Kconfig" |
| 1250 | 1250 | ||
| 1251 | config HIGHPTE | 1251 | config HIGHPTE |
