Kconfig.arm (8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17) | Kconfig.arm (60f3692b5f0b3e1df3ccc07c28758379052d0ab6) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# ARM CPU Idle drivers 4# 5config ARM_CPUIDLE 6 bool "Generic ARM/ARM64 CPU idle Driver" 7 select DT_IDLE_STATES 8 select CPU_IDLE_MULTIPLE_DRIVERS --- 98 unchanged lines hidden (view full) --- 107 108config ARM_QCOM_SPM_CPUIDLE 109 bool "CPU Idle Driver for Qualcomm Subsystem Power Manager (SPM)" 110 depends on (ARCH_QCOM || COMPILE_TEST) && !ARM64 && MMU 111 select ARM_CPU_SUSPEND 112 select CPU_IDLE_MULTIPLE_DRIVERS 113 select DT_IDLE_STATES 114 select QCOM_SCM | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# ARM CPU Idle drivers 4# 5config ARM_CPUIDLE 6 bool "Generic ARM/ARM64 CPU idle Driver" 7 select DT_IDLE_STATES 8 select CPU_IDLE_MULTIPLE_DRIVERS --- 98 unchanged lines hidden (view full) --- 107 108config ARM_QCOM_SPM_CPUIDLE 109 bool "CPU Idle Driver for Qualcomm Subsystem Power Manager (SPM)" 110 depends on (ARCH_QCOM || COMPILE_TEST) && !ARM64 && MMU 111 select ARM_CPU_SUSPEND 112 select CPU_IDLE_MULTIPLE_DRIVERS 113 select DT_IDLE_STATES 114 select QCOM_SCM |
115 select QCOM_SPM |
|
115 help 116 Select this to enable cpuidle for Qualcomm processors. 117 The Subsystem Power Manager (SPM) controls low power modes for the 118 CPU and L2 cores. It interface with various system drivers to put 119 the cores in low power modes. | 116 help 117 Select this to enable cpuidle for Qualcomm processors. 118 The Subsystem Power Manager (SPM) controls low power modes for the 119 CPU and L2 cores. It interface with various system drivers to put 120 the cores in low power modes. |