Kconfig 1.2 KB

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