Lines Matching +full:ram +full:- +full:code
1 # SPDX-License-Identifier: GPL-2.0-only
4 # see Documentation/kbuild/kconfig-language.rst.
126 # VA_BITS - PAGE_SHIFT - 3
136 # set if we are running in S-mode and can use SBI calls
143 bool "MMU-based Paged Memory Management Support"
146 Select if you want MMU-based virtualised addressing space
246 select HAVE_DYNAMIC_FTRACE if !XIP_KERNEL && MMU && $(cc-option,-fpatchable-function-entry=8)
256 # is still a bit more efficient when generating code if it's setup in a manner
259 prompt "Kernel Code Model"
264 bool "medium low code model"
266 bool "medium any code model"
292 bool "Symmetric Multi-Processing"
305 int "Maximum number of CPUs (2-32)"
311 bool "Support for hot-pluggable CPUs"
338 Enable NUMA (Non-Uniform Memory Access) support.
378 feature of perf. It can run on any RISC-V machines so serves as the
387 Say N here if you want to disable all floating-point related procedure
404 deprecated in future once legacy M-mode software are no longer in use.
424 loaded in the main kernel with kexec-tools into a specially
428 For more details see Documentation/admin-guide/kdump/kdump.rst
435 string "Built-in kernel command line"
438 are provided at run-time, during boot. However, there are cases
442 When that occurs, it is possible to define a built-in command
446 prompt "Built-in command line usage" if CMDLINE != ""
449 Choose how the kernel will handle the provided built-in command
455 Use the built-in command line as fallback in case we get nothing
461 The command-line arguments provided during boot will be
462 appended to the built-in command line. This is useful in
470 Always use the built-in command line, even if we get one during
494 by UEFI firmware (such as non-volatile variables, realtime
500 …def_bool $(cc-option,-mstack-protector-guard=tls -mstack-protector-guard-reg=tp -mstack-protector-…
508 bool "Explicitly specified physical RAM address"
512 hex "Platform Physical RAM address"
516 This is the physical address of RAM in the system. It has to be
517 explicitly specified to run early relocations of read-write data
518 from flash to RAM.
521 bool "Kernel Execute-In-Place from ROM"
528 Execute-In-Place allows the kernel to run from non-volatile storage
529 directly addressable by the CPU, such as NOR flash. This saves RAM
531 to RAM. Read-write sections, such as the data section and stack,
532 are still copied to RAM. The XIP kernel is not compressed since