Kconfig (7744ccdbc16f0ac4adae21b3678af93775b3a386) | Kconfig (f88a68facd9a15b94f8c195d9d2c0b30c76c595a) |
---|---|
1# Select 32 or 64 bit 2config 64BIT 3 bool "64-bit kernel" if ARCH = "x86" 4 default ARCH != "i386" 5 ---help--- 6 Say yes to build a 64-bit kernel - formerly known as x86_64 7 Say no to build a 32-bit kernel - formerly known as i386 8 --- 1426 unchanged lines hidden (view full) --- 1435 an AMD processor that supports Secure Memory Encryption (SME). 1436 1437 If set to Y, then the encryption of system memory can be 1438 deactivated with the mem_encrypt=off command line option. 1439 1440 If set to N, then the encryption of system memory can be 1441 activated with the mem_encrypt=on command line option. 1442 | 1# Select 32 or 64 bit 2config 64BIT 3 bool "64-bit kernel" if ARCH = "x86" 4 default ARCH != "i386" 5 ---help--- 6 Say yes to build a 64-bit kernel - formerly known as x86_64 7 Say no to build a 32-bit kernel - formerly known as i386 8 --- 1426 unchanged lines hidden (view full) --- 1435 an AMD processor that supports Secure Memory Encryption (SME). 1436 1437 If set to Y, then the encryption of system memory can be 1438 deactivated with the mem_encrypt=off command line option. 1439 1440 If set to N, then the encryption of system memory can be 1441 activated with the mem_encrypt=on command line option. 1442 |
1443config ARCH_USE_MEMREMAP_PROT 1444 def_bool y 1445 depends on AMD_MEM_ENCRYPT 1446 |
|
1443# Common NUMA Features 1444config NUMA 1445 bool "Numa Memory Allocation and Scheduler Support" 1446 depends on SMP 1447 depends on X86_64 || (X86_32 && HIGHMEM64G && X86_BIGSMP) 1448 default y if X86_BIGSMP 1449 ---help--- 1450 Enable NUMA (Non Uniform Memory Access) support. --- 1398 unchanged lines hidden --- | 1447# Common NUMA Features 1448config NUMA 1449 bool "Numa Memory Allocation and Scheduler Support" 1450 depends on SMP 1451 depends on X86_64 || (X86_32 && HIGHMEM64G && X86_BIGSMP) 1452 default y if X86_BIGSMP 1453 ---help--- 1454 Enable NUMA (Non Uniform Memory Access) support. --- 1398 unchanged lines hidden --- |