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