Lines Matching +full:built +full:- +full:in

1 # SPDX-License-Identifier: GPL-2.0
247 # MIPS Loongson code, to preserve Loongson-specific code paths in drivers that
278 def_bool $(as-instr,x:pcalau12i \$t0$(comma)%pc_hi20(x))
281 def_bool $(as-instr,movfcsr2gr \$t0$(comma)\$fcsr0)
284 def_bool $(cc-option,-Wa$(comma)-mthin-add-sub) || AS_IS_LLVM
287 def_bool $(as-instr,vld \$vr0$(comma)\$a0$(comma)0)
290 def_bool $(as-instr,xvld \$xr0$(comma)\$a0$(comma)0)
293 def_bool $(as-instr,movscr2gr \$a0$(comma)\$scr0)
296 def_bool $(as-instr,hvcl 0)
299 def_bool $(cc-option,-mannotate-tablejump)
365 string "Built-in kernel command line"
368 are provided at run-time, during boot. However, there are cases
372 When that occurs, it is possible to define a built-in command
379 Choose how the kernel will handle the provided built-in command
385 Prefer the command-line passed by the boot loader if available.
386 Use the built-in command line as fallback in case we get nothing
390 bool "Use built-in to extend bootloader kernel arguments"
392 The built-in command line will be appended to the command-
393 line arguments provided during boot. This is useful in
398 bool "Always use the built-in kernel command string"
400 Always use the built-in command line, even if we get one during
401 boot. This is useful in case you need to override the provided
408 bool "Enable built-in dtb in kernel"
413 the kernel at boot time. Let's provide a device tree table in the
416 Built-in DTBs are generic enough and can be used as references.
419 string "Source file for built-in dtb"
457 threads in one physical core.
460 bool "Multi-core scheduler support"
464 Multi-core scheduler support improves the CPU scheduler's decision
465 making when dealing with multi-core CPU chips at a cost of slightly
466 increased overhead in some places.
469 bool "Multi-Processing support"
475 If you say N here, the kernel will run on uni- and multiprocessor
481 See also the SMP-HOWTO available at <http://www.tldp.org/docs.html#howto>.
486 bool "Support for hot-pluggable CPUs"
497 int "Maximum number of CPUs (2-2048)"
509 Say Y to compile the kernel with NUMA (Non-Uniform Memory Access)
528 keeps in the memory allocator. If you need to allocate very large
532 The page size is not necessarily 4KB. Keep this in mind
536 bool "Enable LoongArch DMW-based ioremap()"
538 We use generic TLB-based ioremap() by default since it has page
539 protection support. However, you can enable LoongArch DMW-based
545 LoongArch maintains cache coherency in hardware, but when paired
546 with LS7A chipsets the WUC attribute (Weak-ordered UnCached, which
549 may be fixed in newer chipsets).
551 This means WUC can only used for write-only memory regions now, so
559 bool "Enable -mstrict-align to prevent unaligned accesses" if EXPERT
563 -mstrict-align build parameter to prevent unaligned accesses.
566 Loongson-2K2000/2K3000/3A5000/3C5000/3D5000.
569 Loongson-2K500/2K1000.
573 to run kernel only on systems with h/w unaligned access support in
672 amount of physical RAM available in the target system.
692 accounting. Time spent executing other tasks in parallel with
696 If in doubt, say N here.
712 for architectures which are either NUMA (Non-Uniform Memory Access)
713 or have huge holes in the physical address space for other reasons.