x86: mce: Make CONFIG_X86_ANCIENT_MCE dependent on CONFIG_X86_MCE
authorAndi Kleen <andi@firstfloor.org>
Wed, 8 Jul 2009 22:31:37 +0000 (00:31 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 10 Jul 2009 01:39:46 +0000 (18:39 -0700)
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>

No differences found