diff options
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | 2009-05-27 16:57:31 +0900 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-28 10:05:21 -0700 |
commit | cd13adcc823aa421efa4efd995fa7004a58cf38d (patch) | |
tree | b7e61d2b82f955247dd62ee5e9f32667c205bf45 /arch | |
parent | eb2a6ab729ac40a553797703a5a5dba3a74de004 (diff) | |
download | kernel-crypto-cd13adcc823aa421efa4efd995fa7004a58cf38d.tar.gz kernel-crypto-cd13adcc823aa421efa4efd995fa7004a58cf38d.tar.xz kernel-crypto-cd13adcc823aa421efa4efd995fa7004a58cf38d.zip |
x86: trivial clean up for arch/x86/Kconfig
Use tab.
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e25b6358fbe..8c0fff0860b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -822,13 +822,13 @@ config X86_MCE_AMD the DRAM Error Threshold. config X86_ANCIENT_MCE - def_bool n - depends on X86_32 - prompt "Support for old Pentium 5 / WinChip machine checks" - ---help--- - Include support for machine check handling on old Pentium 5 or WinChip - systems. These typically need to be enabled explicitely on the command - line. + def_bool n + depends on X86_32 + prompt "Support for old Pentium 5 / WinChip machine checks" + ---help--- + Include support for machine check handling on old Pentium 5 or WinChip + systems. These typically need to be enabled explicitely on the command + line. config X86_MCE_THRESHOLD depends on X86_MCE_AMD || X86_MCE_INTEL |