qemu/hw/acpi/Kconfig
<<
>>
Prefs
   1config ACPI
   2    bool
   3
   4config ACPI_X86
   5    bool
   6    select ACPI
   7    select ACPI_NVDIMM
   8    select ACPI_CPU_HOTPLUG
   9    select ACPI_MEMORY_HOTPLUG
  10    select ACPI_HMAT
  11
  12config ACPI_X86_ICH
  13    bool
  14    select ACPI_X86
  15
  16config ACPI_CPU_HOTPLUG
  17    bool
  18
  19config ACPI_MEMORY_HOTPLUG
  20    bool
  21    select MEM_DEVICE
  22
  23config ACPI_NVDIMM
  24    bool
  25    depends on ACPI
  26
  27config ACPI_HMAT
  28    bool
  29    depends on ACPI
  30
  31config ACPI_APEI
  32    bool
  33    depends on ACPI
  34
  35config ACPI_PCI
  36    bool
  37    depends on ACPI && PCI
  38
  39config ACPI_VMGENID
  40    bool
  41    default y
  42    depends on PC
  43
  44config ACPI_HW_REDUCED
  45