Kconfig (db985cbd67c45f875ef43cb5febfaa8cbd203c27) | Kconfig (9f14da345599c14b329cf5ac9499ad322056dd32) |
---|---|
1menu "CPU Idle" 2 3config CPU_IDLE 4 bool "CPU idle PM support" 5 default y if ACPI || PPC_PSERIES 6 select CPU_IDLE_GOV_LADDER if (!NO_HZ && !NO_HZ_IDLE) 7 select CPU_IDLE_GOV_MENU if (NO_HZ || NO_HZ_IDLE) 8 help --- 11 unchanged lines hidden (view full) --- 20config CPU_IDLE_GOV_LADDER 21 bool "Ladder governor (for periodic timer tick)" 22 default y 23 24config CPU_IDLE_GOV_MENU 25 bool "Menu governor (for tickless system)" 26 default y 27 | 1menu "CPU Idle" 2 3config CPU_IDLE 4 bool "CPU idle PM support" 5 default y if ACPI || PPC_PSERIES 6 select CPU_IDLE_GOV_LADDER if (!NO_HZ && !NO_HZ_IDLE) 7 select CPU_IDLE_GOV_MENU if (NO_HZ || NO_HZ_IDLE) 8 help --- 11 unchanged lines hidden (view full) --- 20config CPU_IDLE_GOV_LADDER 21 bool "Ladder governor (for periodic timer tick)" 22 default y 23 24config CPU_IDLE_GOV_MENU 25 bool "Menu governor (for tickless system)" 26 default y 27 |
28config DT_IDLE_STATES 29 bool 30 |
|
28menu "ARM CPU Idle Drivers" 29depends on ARM 30source "drivers/cpuidle/Kconfig.arm" 31endmenu 32 33menu "MIPS CPU Idle Drivers" 34depends on MIPS 35source "drivers/cpuidle/Kconfig.mips" --- 12 unchanged lines hidden --- | 31menu "ARM CPU Idle Drivers" 32depends on ARM 33source "drivers/cpuidle/Kconfig.arm" 34endmenu 35 36menu "MIPS CPU Idle Drivers" 37depends on MIPS 38source "drivers/cpuidle/Kconfig.mips" --- 12 unchanged lines hidden --- |