Kconfig (6af513808300597850589a33e608c45e929f6b33) Kconfig (e6265fe7775ec51241850abc854c9652d4709996)
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

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

2046config ARCH_SUPPORTS_KEXEC_FILE
2047 def_bool X86_64 && CRYPTO && CRYPTO_SHA256
2048
2049config ARCH_SELECTS_KEXEC_FILE
2050 def_bool y
2051 depends on KEXEC_FILE
2052 select HAVE_IMA_KEXEC if IMA
2053
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

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

2046config ARCH_SUPPORTS_KEXEC_FILE
2047 def_bool X86_64 && CRYPTO && CRYPTO_SHA256
2048
2049config ARCH_SELECTS_KEXEC_FILE
2050 def_bool y
2051 depends on KEXEC_FILE
2052 select HAVE_IMA_KEXEC if IMA
2053
2054config ARCH_HAS_KEXEC_PURGATORY
2054config ARCH_SUPPORTS_KEXEC_PURGATORY
2055 def_bool KEXEC_FILE
2056
2057config ARCH_SUPPORTS_KEXEC_SIG
2058 def_bool y
2059
2060config ARCH_SUPPORTS_KEXEC_SIG_FORCE
2061 def_bool y
2062

--- 915 unchanged lines hidden ---
2055 def_bool KEXEC_FILE
2056
2057config ARCH_SUPPORTS_KEXEC_SIG
2058 def_bool y
2059
2060config ARCH_SUPPORTS_KEXEC_SIG_FORCE
2061 def_bool y
2062

--- 915 unchanged lines hidden ---