Lines Matching full:kernel
219 menu "Kernel type and options"
222 prompt "Kernel type"
226 bool "32-bit kernel"
228 Select this option if you want to build a 32-bit kernel.
231 bool "64-bit kernel"
233 Select this option if you want to build a 64-bit kernel.
240 prompt "32-bit kernel sub-type"
243 bool "32-bit kernel for LA32R"
245 Select this option if you want to build a 32-bit kernel for
249 bool "32-bit kernel for LA32S"
251 Select this option if you want to build a 32-bit kernel for
349 source "kernel/Kconfig.hz"
428 string "Built-in kernel command line"
430 For most platforms, the arguments for the kernel's command line
436 line here and choose how the kernel should use it later on.
439 prompt "Kernel command line type"
442 Choose how the kernel will handle the provided built-in command
446 bool "Use bootloader kernel arguments if available"
453 bool "Use built-in to extend bootloader kernel arguments"
461 bool "Always use the built-in kernel command string"
471 bool "Enable built-in dtb in kernel"
476 the kernel at boot time. Let's provide a device tree table in the
477 kernel, keyed by the dts filename, containing the relevant DTBs.
487 the kernel.
502 This enables the kernel to use EFI runtime services that are
511 This kernel feature allows the kernel to be loaded directly by
522 If you say N here, the kernel will run on uni- and multiprocessor
524 you say Y here, the kernel will run on many, but not all,
525 uniprocessor machines. On a uniprocessor machine, the kernel
550 kernel will support.
557 Say Y to compile the kernel with NUMA (Non-Uniform Memory Access)
573 The kernel memory allocator divides physically contiguous memory
575 pages. This option selects the largest power of two that the kernel
601 SUC for ioremap(). You can enable this option if the kernel is ensured
623 This option is enabled by default to make the kernel be able to run
625 to run kernel only on systems with h/w unaligned access support in
642 is enabled the kernel will support allocating & switching LSX
643 vector register contexts. If you know that your kernel will only be
646 the size & complexity of your kernel.
657 option is enabled the kernel will support allocating & switching LASX
658 vector register contexts. If you know that your kernel will only be
661 the size & complexity of your kernel.
671 Enabling this option allows the kernel to allocate and switch registers
709 bool "Relocatable kernel"
713 This builds the kernel as a Position Independent Executable (PIE),
715 the kernel binary at runtime to a different virtual address from
719 bool "Randomize the address of the kernel (KASLR)"
723 kernel image is loaded, as a security feature that
725 of kernel internals.
727 The kernel will be offset by up to RANDOMIZE_BASE_MAX_OFFSET.
738 be applied to the kernel image. It should be set according to the
743 source "kernel/livepatch/Kconfig"
750 This changes the kernel so it can modify itself when it is run
753 the kernel is theoretically slower and slightly larger.
816 source "kernel/power/Kconfig"