Kconfig 464 B

1234567891011121314151617181920
  1. config CPU_IDLE
  2. bool "CPU idle PM support"
  3. default ACPI
  4. help
  5. CPU idle is a generic framework for supporting software-controlled
  6. idle processor power management. It includes modular cross-platform
  7. governors that can be swapped during runtime.
  8. If you're using an ACPI-enabled platform, you should say Y here.
  9. config CPU_IDLE_GOV_LADDER
  10. bool
  11. depends on CPU_IDLE
  12. default y
  13. config CPU_IDLE_GOV_MENU
  14. bool
  15. depends on CPU_IDLE && NO_HZ
  16. default y