1config ACPI 2 bool 3 4config ACPI_X86 5 bool 6 select ACPI 7 select ACPI_NVDIMM 8 select ACPI_CXL 9 select ACPI_CPU_HOTPLUG 10 select ACPI_MEMORY_HOTPLUG 11 select ACPI_HMAT 12 select ACPI_PIIX4 13 select ACPI_PCIHP 14 select ACPI_ERST 15 16config ACPI_X86_ICH 17 bool 18 select ACPI_X86 19 20config ACPI_CPU_HOTPLUG 21 bool 22 23config ACPI_MEMORY_HOTPLUG 24 bool 25 select MEM_DEVICE 26 27config ACPI_NVDIMM 28 bool 29 depends on ACPI 30 31config ACPI_PIIX4 32 bool 33 depends on ACPI 34 35config ACPI_PCIHP 36 bool 37 depends on ACPI 38 39config ACPI_HMAT 40 bool 41 depends on ACPI 42 43config ACPI_APEI 44 bool 45 depends on ACPI 46 47config ACPI_PCI 48 bool 49 depends on ACPI && PCI 50 51config ACPI_VMGENID 52 bool 53 default y 54 depends on PC 55 56config ACPI_VIOT 57 bool 58 depends on ACPI 59 60config ACPI_HW_REDUCED 61 bool 62 select ACPI 63 select ACPI_MEMORY_HOTPLUG 64 select ACPI_NVDIMM 65 66config ACPI_ERST 67 bool 68 default y 69 depends on ACPI && PCI 70 71config ACPI_CXL 72 bool 73 depends on ACPI 74