Kconfig (06ec64b84c357693e9a5540de8eedfc775dbae12) | Kconfig (87a4c375995ed8eaa721b08825cf73d0b02b3145) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config PGTABLE_LEVELS 3 int "Page Table Levels" if !IA64_PAGE_SIZE_64KB 4 range 3 4 if !IA64_PAGE_SIZE_64KB 5 default 3 6 7menu "Processor type and features" 8 --- 350 unchanged lines hidden (view full) --- 359 default n 360 ---help--- 361 Say Y if you need to force the assumption that CPEI can be re-targeted to 362 any cpu in the system. This hint is available via ACPI 3.0 specifications. 363 Tiger4 systems are capable of re-directing CPEI to any CPU other than BSP. 364 This option it useful to enable this feature on older BIOS's as well. 365 You can also enable this by using boot command line option force_cpei=1. 366 | 1# SPDX-License-Identifier: GPL-2.0 2config PGTABLE_LEVELS 3 int "Page Table Levels" if !IA64_PAGE_SIZE_64KB 4 range 3 4 if !IA64_PAGE_SIZE_64KB 5 default 3 6 7menu "Processor type and features" 8 --- 350 unchanged lines hidden (view full) --- 359 default n 360 ---help--- 361 Say Y if you need to force the assumption that CPEI can be re-targeted to 362 any cpu in the system. This hint is available via ACPI 3.0 specifications. 363 Tiger4 systems are capable of re-directing CPEI to any CPU other than BSP. 364 This option it useful to enable this feature on older BIOS's as well. 365 You can also enable this by using boot command line option force_cpei=1. 366 |
367source "kernel/Kconfig.preempt" 368 | |
369config ARCH_SELECT_MEMORY_MODEL 370 def_bool y 371 372config ARCH_DISCONTIGMEM_ENABLE 373 def_bool y 374 help 375 Say Y to support efficient handling of discontiguous physical memory, 376 for architectures which are either NUMA (Non-Uniform Memory Access) --- 202 unchanged lines hidden --- | 367config ARCH_SELECT_MEMORY_MODEL 368 def_bool y 369 370config ARCH_DISCONTIGMEM_ENABLE 371 def_bool y 372 help 373 Say Y to support efficient handling of discontiguous physical memory, 374 for architectures which are either NUMA (Non-Uniform Memory Access) --- 202 unchanged lines hidden --- |