Lines Matching +full:acpi +full:- +full:based
1 # SPDX-License-Identifier: GPL-2.0
5 select ACPI
6 select ACPI_GENERIC_GSI if ACPI
7 select ACPI_MCFG if ACPI
9 select ACPI_PPTT if ACPI
10 select ACPI_SYSTEM_POWER_STATES_SUPPORT if ACPI
17 select ARCH_HAS_ACPI_TABLE_UPGRADE if ACPI
197 select PCI_ECAM if ACPI
250 # MIPS Loongson code, to preserve Loongson-specific code paths in drivers that
281 def_bool $(as-instr,x:pcalau12i \$t0$(comma)%pc_hi20(x))
284 def_bool $(as-instr,movfcsr2gr \$t0$(comma)\$fcsr0)
287 def_bool $(cc-option,-Wa$(comma)-mthin-add-sub) || AS_IS_LLVM
290 def_bool $(as-instr,vld \$vr0$(comma)\$a0$(comma)0)
293 def_bool $(as-instr,xvld \$xr0$(comma)\$a0$(comma)0)
296 def_bool $(as-instr,movscr2gr \$a0$(comma)\$scr0)
299 def_bool $(as-instr,hvcl 0)
302 def_bool $(cc-option,-mannotate-tablejump)
306 def_bool $(rustc-option,-Cllvm-args=--loongarch-annotate-tablejump)
372 string "Built-in kernel command line"
375 are provided at run-time, during boot. However, there are cases
379 When that occurs, it is possible to define a built-in command
386 Choose how the kernel will handle the provided built-in command
392 Prefer the command-line passed by the boot loader if available.
393 Use the built-in command line as fallback in case we get nothing
397 bool "Use built-in to extend bootloader kernel arguments"
399 The built-in command line will be appended to the command-
405 bool "Always use the built-in kernel command string"
407 Always use the built-in command line, even if we get one during
415 bool "Enable built-in dtb in kernel"
423 Built-in DTBs are generic enough and can be used as references.
426 string "Source file for built-in dtb"
459 bool "Multi-Processing support"
465 If you say N here, the kernel will run on uni- and multiprocessor
471 See also the SMP-HOWTO available at <http://www.tldp.org/docs.html#howto>.
476 bool "Support for hot-pluggable CPUs"
487 int "Maximum number of CPUs (2-2048)"
499 Say Y to compile the kernel with NUMA (Non-Uniform Memory Access)
526 bool "Enable LoongArch DMW-based ioremap()"
528 We use generic TLB-based ioremap() by default since it has page
529 protection support. However, you can enable LoongArch DMW-based
536 with LS7A chipsets the WUC attribute (Weak-ordered UnCached, which
541 This means WUC can only used for write-only memory regions now, so
549 bool "Enable -mstrict-align to prevent unaligned accesses" if EXPERT
553 -mstrict-align build parameter to prevent unaligned accesses.
556 Loongson-2K2000/2K3000 and all of Loongson-3 series processors
557 based on LoongArch.
560 Loongson-2K0300/2K0500/2K1000.
716 for architectures which are either NUMA (Non-Uniform Memory Access)
751 source "drivers/acpi/Kconfig"