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 11config ACPI_X86_ICH 12 bool 13 select ACPI_X86 14 15config ACPI_CPU_HOTPLUG 16 bool 17 18config ACPI_MEMORY_HOTPLUG 19 bool 20 select MEM_DEVICE 21 22config ACPI_NVDIMM 23 bool 24 depends on ACPI 25 26config ACPI_VMGENID 27 bool 28 default y 29 depends on PC 30