OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
drivers
/
cpuidle
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:22 AM
rwxr-xr-x
📄
Kconfig
1.03 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
Kconfig.arm
2.43 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
Kconfig.mips
618 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Kconfig.powerpc
480 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
1.26 KB
01/28/2018 09:20:33 PM
rw-r--r--
📁
governors
-
11/17/2022 06:42:22 AM
rwxr-xr-x
Editing: Kconfig
Close
menu "CPU Idle" config CPU_IDLE bool "CPU idle PM support" default y if ACPI || PPC_PSERIES select CPU_IDLE_GOV_LADDER if (!NO_HZ && !NO_HZ_IDLE) select CPU_IDLE_GOV_MENU if (NO_HZ || NO_HZ_IDLE) help CPU idle is a generic framework for supporting software-controlled idle processor power management. It includes modular cross-platform governors that can be swapped during runtime. If you're using an ACPI-enabled platform, you should say Y here. if CPU_IDLE config CPU_IDLE_MULTIPLE_DRIVERS bool config CPU_IDLE_GOV_LADDER bool "Ladder governor (for periodic timer tick)" config CPU_IDLE_GOV_MENU bool "Menu governor (for tickless system)" config DT_IDLE_STATES bool menu "ARM CPU Idle Drivers" depends on ARM || ARM64 source "drivers/cpuidle/Kconfig.arm" endmenu menu "MIPS CPU Idle Drivers" depends on MIPS source "drivers/cpuidle/Kconfig.mips" endmenu menu "POWERPC CPU Idle Drivers" depends on PPC source "drivers/cpuidle/Kconfig.powerpc" endmenu endif config ARCH_NEEDS_CPU_IDLE_COUPLED def_bool n endmenu