diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5d0bf1aa9dcb..a11f27c4266a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -136,6 +136,7 @@ config X86 | |||
136 | select HAVE_ACPI_APEI if ACPI | 136 | select HAVE_ACPI_APEI if ACPI |
137 | select HAVE_ACPI_APEI_NMI if ACPI | 137 | select HAVE_ACPI_APEI_NMI if ACPI |
138 | select ACPI_LEGACY_TABLES_LOOKUP if ACPI | 138 | select ACPI_LEGACY_TABLES_LOOKUP if ACPI |
139 | select X86_FEATURE_NAMES if PROC_FS | ||
139 | 140 | ||
140 | config INSTRUCTION_DECODER | 141 | config INSTRUCTION_DECODER |
141 | def_bool y | 142 | def_bool y |
@@ -313,6 +314,17 @@ config SMP | |||
313 | 314 | ||
314 | If you don't know what to do here, say N. | 315 | If you don't know what to do here, say N. |
315 | 316 | ||
317 | config X86_FEATURE_NAMES | ||
318 | bool "Processor feature human-readable names" if EMBEDDED | ||
319 | default y | ||
320 | ---help--- | ||
321 | This option compiles in a table of x86 feature bits and corresponding | ||
322 | names. This is required to support /proc/cpuinfo and a few kernel | ||
323 | messages. You can disable this to save space, at the expense of | ||
324 | making those few kernel messages show numeric feature bits instead. | ||
325 | |||
326 | If in doubt, say Y. | ||
327 | |||
316 | config X86_X2APIC | 328 | config X86_X2APIC |
317 | bool "Support x2apic" | 329 | bool "Support x2apic" |
318 | depends on X86_LOCAL_APIC && X86_64 && IRQ_REMAP | 330 | depends on X86_LOCAL_APIC && X86_64 && IRQ_REMAP |