diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 21afa69a086d..504dc52e8bfa 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -374,6 +374,14 @@ config X86_MCE_INTEL | |||
374 | Additional support for intel specific MCE features such as | 374 | Additional support for intel specific MCE features such as |
375 | the thermal monitor. | 375 | the thermal monitor. |
376 | 376 | ||
377 | config X86_MCE_AMD | ||
378 | bool "AMD MCE features" | ||
379 | depends on X86_MCE && X86_LOCAL_APIC | ||
380 | default y | ||
381 | help | ||
382 | Additional support for AMD specific MCE features such as | ||
383 | the DRAM Error Threshold. | ||
384 | |||
377 | config PHYSICAL_START | 385 | config PHYSICAL_START |
378 | hex "Physical address where the kernel is loaded" if EMBEDDED | 386 | hex "Physical address where the kernel is loaded" if EMBEDDED |
379 | default "0x100000" | 387 | default "0x100000" |