Kconfig (c5529418d05079384af4dbbb6f6156344c2ffce2) Kconfig (e6e6e5e85116b8587ab2dff7cd6ab3e082859ce7)
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

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

1554 depends on X86_64 && CPU_SUP_AMD
1555 depends on EFI_STUB
1556 select DMA_COHERENT_POOL
1557 select ARCH_USE_MEMREMAP_PROT
1558 select INSTRUCTION_DECODER
1559 select ARCH_HAS_CC_PLATFORM
1560 select X86_MEM_ENCRYPT
1561 select UNACCEPTED_MEMORY
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

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

1554 depends on X86_64 && CPU_SUP_AMD
1555 depends on EFI_STUB
1556 select DMA_COHERENT_POOL
1557 select ARCH_USE_MEMREMAP_PROT
1558 select INSTRUCTION_DECODER
1559 select ARCH_HAS_CC_PLATFORM
1560 select X86_MEM_ENCRYPT
1561 select UNACCEPTED_MEMORY
1562 select CRYPTO_LIB_AESGCM
1563 help
1564 Say yes to enable support for the encryption of system memory.
1565 This requires an AMD processor that supports Secure Memory
1566 Encryption (SME).
1567
1568# Common NUMA Features
1569config NUMA
1570 bool "NUMA Memory Allocation and Scheduler Support"

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

3125 select LEDS_CLASS
3126 help
3127 This option enables system support for the Technologic Systems TS-5500.
3128
3129endif # X86_32
3130
3131config AMD_NB
3132 def_bool y
1562 help
1563 Say yes to enable support for the encryption of system memory.
1564 This requires an AMD processor that supports Secure Memory
1565 Encryption (SME).
1566
1567# Common NUMA Features
1568config NUMA
1569 bool "NUMA Memory Allocation and Scheduler Support"

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

3124 select LEDS_CLASS
3125 help
3126 This option enables system support for the Technologic Systems TS-5500.
3127
3128endif # X86_32
3129
3130config AMD_NB
3131 def_bool y
3132 depends on AMD_NODE
3133
3134config AMD_NODE
3135 def_bool y
3133 depends on CPU_SUP_AMD && PCI
3134
3135endmenu
3136
3137menu "Binary Emulations"
3138
3139config IA32_EMULATION
3140 bool "IA32 Emulation"

--- 55 unchanged lines hidden ---
3136 depends on CPU_SUP_AMD && PCI
3137
3138endmenu
3139
3140menu "Binary Emulations"
3141
3142config IA32_EMULATION
3143 bool "IA32 Emulation"

--- 55 unchanged lines hidden ---