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_PCIHP 13 select ACPI_ERST 14 15config ACPI_ICH9 16 bool 17 select ACPI_SMBUS 18 select ACPI_X86 19 select APM 20 21config ACPI_CPU_HOTPLUG 22 bool 23 24config ACPI_MEMORY_HOTPLUG 25 bool 26 select MEM_DEVICE 27 28config ACPI_NVDIMM 29 bool 30 depends on ACPI 31 32config ACPI_PIIX4 33 bool 34 select ACPI 35 select ACPI_SMBUS 36 select APM 37 38config ACPI_PCIHP 39 bool 40 depends on ACPI 41 42config ACPI_PCI_BRIDGE 43 bool 44 depends on ACPI && PCI && ACPI_PCIHP 45 46config ACPI_HMAT 47 bool 48 depends on ACPI 49 50config ACPI_APEI 51 bool 52 depends on ACPI 53 54config ACPI_PCI 55 bool 56 depends on ACPI && PCI 57 58config ACPI_VMGENID 59 bool 60 default y 61 depends on PC 62 63config ACPI_VMCLOCK 64 bool 65 default y 66 depends on PC 67 68config ACPI_VIOT 69 bool 70 depends on ACPI 71 72config ACPI_HW_REDUCED 73 bool 74 select ACPI 75 select ACPI_MEMORY_HOTPLUG 76 select ACPI_NVDIMM 77 78config ACPI_ERST 79 bool 80 default y 81 depends on ACPI && PCI 82 83config ACPI_CXL 84 bool 85 depends on ACPI 86