Kconfig (a940daa52167e9db8ecce82213813b735a9d9f23) Kconfig (fdbd43819400e74c1c20a646969ea8f71706eb2b)
1# SPDX-License-Identifier: GPL-2.0
2# Select 32 or 64 bit
3config 64BIT
4 bool "64-bit kernel" if "$(ARCH)" = "x86"
5 default "$(ARCH)" != "i386"
6 help
7 Say yes to build a 64-bit kernel - formerly known as x86_64
8 Say no to build a 32-bit kernel - formerly known as i386

--- 1299 unchanged lines hidden (view full) ---

1308 Say Y if you want to enable the fixup. Currently, it's safe to
1309 enable this option even if you don't need it.
1310 Say N otherwise.
1311
1312config MICROCODE
1313 def_bool y
1314 depends on CPU_SUP_AMD || CPU_SUP_INTEL
1315
1# SPDX-License-Identifier: GPL-2.0
2# Select 32 or 64 bit
3config 64BIT
4 bool "64-bit kernel" if "$(ARCH)" = "x86"
5 default "$(ARCH)" != "i386"
6 help
7 Say yes to build a 64-bit kernel - formerly known as x86_64
8 Say no to build a 32-bit kernel - formerly known as i386

--- 1299 unchanged lines hidden (view full) ---

1308 Say Y if you want to enable the fixup. Currently, it's safe to
1309 enable this option even if you don't need it.
1310 Say N otherwise.
1311
1312config MICROCODE
1313 def_bool y
1314 depends on CPU_SUP_AMD || CPU_SUP_INTEL
1315
1316config MICROCODE_INITRD32
1317 def_bool y
1318 depends on MICROCODE && X86_32 && BLK_DEV_INITRD
1319
1316config MICROCODE_LATE_LOADING
1317 bool "Late microcode loading (DANGEROUS)"
1318 default n
1319 depends on MICROCODE
1320 help
1321 Loading microcode late, when the system is up and executing instructions
1322 is a tricky business and should be avoided if possible. Just the sequence
1323 of synchronizing all cores and SMT threads is one fragile dance which does

--- 1670 unchanged lines hidden ---
1320config MICROCODE_LATE_LOADING
1321 bool "Late microcode loading (DANGEROUS)"
1322 default n
1323 depends on MICROCODE
1324 help
1325 Loading microcode late, when the system is up and executing instructions
1326 is a tricky business and should be avoided if possible. Just the sequence
1327 of synchronizing all cores and SMT threads is one fragile dance which does

--- 1670 unchanged lines hidden ---