Kconfig (10b90ee2eccca042e2d762881dd7119d201f0898) | Kconfig (bc8e80d56c1ecb35e65df392d7601d1427d14efe) |
---|---|
1# Select 32 or 64 bit 2config 64BIT 3 bool "64-bit kernel" if ARCH = "x86" 4 default ARCH != "i386" 5 ---help--- 6 Say yes to build a 64-bit kernel - formerly known as x86_64 7 Say no to build a 32-bit kernel - formerly known as i386 8 --- 1068 unchanged lines hidden (view full) --- 1077 systems. These typically need to be enabled explicitly on the command 1078 line. 1079 1080config X86_MCE_THRESHOLD 1081 depends on X86_MCE_AMD || X86_MCE_INTEL 1082 def_bool y 1083 1084config X86_MCE_INJECT | 1# Select 32 or 64 bit 2config 64BIT 3 bool "64-bit kernel" if ARCH = "x86" 4 default ARCH != "i386" 5 ---help--- 6 Say yes to build a 64-bit kernel - formerly known as x86_64 7 Say no to build a 32-bit kernel - formerly known as i386 8 --- 1068 unchanged lines hidden (view full) --- 1077 systems. These typically need to be enabled explicitly on the command 1078 line. 1079 1080config X86_MCE_THRESHOLD 1081 depends on X86_MCE_AMD || X86_MCE_INTEL 1082 def_bool y 1083 1084config X86_MCE_INJECT |
1085 depends on X86_MCE && X86_LOCAL_APIC && X86_MCELOG_LEGACY | 1085 depends on X86_MCE && X86_LOCAL_APIC && DEBUG_FS |
1086 tristate "Machine check injector support" 1087 ---help--- 1088 Provide support for injecting machine checks for testing purposes. 1089 If you don't know what a machine check is and you don't do kernel 1090 QA it is safe to say n. 1091 1092config X86_THERMAL_VECTOR 1093 def_bool y --- 1719 unchanged lines hidden --- | 1086 tristate "Machine check injector support" 1087 ---help--- 1088 Provide support for injecting machine checks for testing purposes. 1089 If you don't know what a machine check is and you don't do kernel 1090 QA it is safe to say n. 1091 1092config X86_THERMAL_VECTOR 1093 def_bool y --- 1719 unchanged lines hidden --- |