diff options
author | Andi Kleen <andi@firstfloor.org> | 2009-07-08 18:31:37 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-09 21:39:46 -0400 |
commit | c31d96338a6041520ba5f1b6a4a5012ef00686b3 (patch) | |
tree | df0d2ee5b25c06cc32e32c2f13a38d92e971d22a /arch/x86/Kconfig | |
parent | a95436e44a76a32dcbe7c8df59701ddde53017c1 (diff) |
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: Andi Kleen <ak@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 356d2ec8e2fb..5962b872a7ad 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -823,7 +823,7 @@ config X86_MCE_AMD | |||
823 | 823 | ||
824 | config X86_ANCIENT_MCE | 824 | config X86_ANCIENT_MCE |
825 | def_bool n | 825 | def_bool n |
826 | depends on X86_32 | 826 | depends on X86_32 && X86_MCE |
827 | prompt "Support for old Pentium 5 / WinChip machine checks" | 827 | prompt "Support for old Pentium 5 / WinChip machine checks" |
828 | ---help--- | 828 | ---help--- |
829 | Include support for machine check handling on old Pentium 5 or WinChip | 829 | Include support for machine check handling on old Pentium 5 or WinChip |