Kconfig (4efc0670baf4b14bc95502e54a83ccf639146125) | Kconfig (7856f6cce4a8cda8c1f94b99605c07d16b8d8dec) |
---|---|
1# x86 configuration 2mainmenu "Linux Kernel Configuration for x86" 3 4# Select 32 or 64 bit 5config 64BIT 6 bool "64-bit kernel" if ARCH = "x86" 7 default ARCH = "x86_64" 8 ---help--- --- 794 unchanged lines hidden (view full) --- 803config X86_NEW_MCE 804 depends on X86_MCE 805 bool 806 default y if (!X86_OLD_MCE && X86_32) || X86_64 807 808config X86_MCE_INTEL 809 def_bool y 810 prompt "Intel MCE features" | 1# x86 configuration 2mainmenu "Linux Kernel Configuration for x86" 3 4# Select 32 or 64 bit 5config 64BIT 6 bool "64-bit kernel" if ARCH = "x86" 7 default ARCH = "x86_64" 8 ---help--- --- 794 unchanged lines hidden (view full) --- 803config X86_NEW_MCE 804 depends on X86_MCE 805 bool 806 default y if (!X86_OLD_MCE && X86_32) || X86_64 807 808config X86_MCE_INTEL 809 def_bool y 810 prompt "Intel MCE features" |
811 depends on X86_64 && X86_MCE && X86_LOCAL_APIC | 811 depends on X86_NEW_MCE && X86_LOCAL_APIC |
812 ---help--- 813 Additional support for intel specific MCE features such as 814 the thermal monitor. 815 816config X86_MCE_AMD 817 def_bool y 818 prompt "AMD MCE features" 819 depends on X86_64 && X86_MCE && X86_LOCAL_APIC --- 1264 unchanged lines hidden --- | 812 ---help--- 813 Additional support for intel specific MCE features such as 814 the thermal monitor. 815 816config X86_MCE_AMD 817 def_bool y 818 prompt "AMD MCE features" 819 depends on X86_64 && X86_MCE && X86_LOCAL_APIC --- 1264 unchanged lines hidden --- |