Commit c31d9633 authored by Andi Kleen's avatar Andi Kleen Committed by H. Peter Anvin

x86: mce: Make CONFIG_X86_ANCIENT_MCE dependent on CONFIG_X86_MCE

Add a missing depency for ANCIENT_MCE. It didn't matter
in practice because the ANCIENT code wasn't compiled without
X86_MCE, but it's better to express that clearly in
Kconfig.
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent a95436e4
...@@ -823,7 +823,7 @@ config X86_MCE_AMD ...@@ -823,7 +823,7 @@ config X86_MCE_AMD
config X86_ANCIENT_MCE config X86_ANCIENT_MCE
def_bool n def_bool n
depends on X86_32 depends on X86_32 && X86_MCE
prompt "Support for old Pentium 5 / WinChip machine checks" prompt "Support for old Pentium 5 / WinChip machine checks"
---help--- ---help---
Include support for machine check handling on old Pentium 5 or WinChip Include support for machine check handling on old Pentium 5 or WinChip
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment