Kconfig (3115cabd935ade76fbe61154d1e405158e548272) Kconfig (abe8dbab8f9f8370c26e7b79b49ed795c1b6b70f)
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

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

1966 If unsure, say N.
1967
1968config INTEL_TDX_HOST
1969 bool "Intel Trust Domain Extensions (TDX) host support"
1970 depends on CPU_SUP_INTEL
1971 depends on X86_64
1972 depends on KVM_INTEL
1973 depends on X86_X2APIC
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

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

1966 If unsure, say N.
1967
1968config INTEL_TDX_HOST
1969 bool "Intel Trust Domain Extensions (TDX) host support"
1970 depends on CPU_SUP_INTEL
1971 depends on X86_64
1972 depends on KVM_INTEL
1973 depends on X86_X2APIC
1974 select ARCH_KEEP_MEMBLOCK
1974 help
1975 Intel Trust Domain Extensions (TDX) protects guest VMs from malicious
1976 host and certain physical attacks. This option enables necessary TDX
1977 support in the host kernel to run confidential VMs.
1978
1979 If unsure, say N.
1980
1981config EFI

--- 1063 unchanged lines hidden ---
1975 help
1976 Intel Trust Domain Extensions (TDX) protects guest VMs from malicious
1977 host and certain physical attacks. This option enables necessary TDX
1978 support in the host kernel to run confidential VMs.
1979
1980 If unsure, say N.
1981
1982config EFI

--- 1063 unchanged lines hidden ---