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_PCI 32 bool 33 depends on ACPI && PCI 34 35config ACPI_VMGENID 36 bool 37 default y 38 depends on PC 39 40config ACPI_HW_REDUCED 41