Lines Matching refs:kernel

303 source "kernel/Kconfig.hz"
365 string "Built-in kernel command line"
367 For most platforms, the arguments for the kernel's command line
373 line here and choose how the kernel should use it later on.
379 Choose how the kernel will handle the provided built-in command
383 bool "Use bootloader kernel arguments if available"
390 bool "Use built-in to extend bootloader kernel arguments"
398 bool "Always use the built-in kernel command string"
408 bool "Enable built-in dtb in kernel"
413 the kernel at boot time. Let's provide a device tree table in the
414 kernel, keyed by the dts filename, containing the relevant DTBs.
424 the kernel.
439 This enables the kernel to use EFI runtime services that are
448 This kernel feature allows the kernel to be loaded directly by
475 If you say N here, the kernel will run on uni- and multiprocessor
477 you say Y here, the kernel will run on many, but not all,
478 uniprocessor machines. On a uniprocessor machine, the kernel
503 kernel will support.
509 Say Y to compile the kernel with NUMA (Non-Uniform Memory Access)
525 The kernel memory allocator divides physically contiguous memory
527 pages. This option selects the largest power of two that the kernel
553 SUC for ioremap(). You can enable this option if the kernel is ensured
571 This option is enabled by default to make the kernel be able to run
573 to run kernel only on systems with h/w unaligned access support in
586 is enabled the kernel will support allocating & switching LSX
587 vector register contexts. If you know that your kernel will only be
590 the size & complexity of your kernel.
601 option is enabled the kernel will support allocating & switching LASX
602 vector register contexts. If you know that your kernel will only be
605 the size & complexity of your kernel.
615 Enabling this option allows the kernel to allocate and switch registers
643 bool "Relocatable kernel"
646 This builds the kernel as a Position Independent Executable (PIE),
648 the kernel binary at runtime to a different virtual address from
652 bool "Randomize the address of the kernel (KASLR)"
656 kernel image is loaded, as a security feature that
658 of kernel internals.
660 The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET.
671 be applied to the kernel image. It should be set according to the
676 source "kernel/livepatch/Kconfig"
682 This changes the kernel so it can modify itself when it is run
685 the kernel is theoretically slower and slightly larger.
746 source "kernel/power/Kconfig"