Kconfig (3759ec678e8944dc2ea70cab77a300408f78ae27) | Kconfig (e446556173170e675a7a321e76ce5fa3587de724) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Generic power capping sysfs interface configuration 4# 5 6menuconfig POWERCAP 7 bool "Generic powercap sysfs driver" 8 help --- 43 unchanged lines hidden (view full) --- 52 thermal power management userspace engine. 53 54config DTPM_CPU 55 bool "Add CPU power capping based on the energy model" 56 depends on DTPM && ENERGY_MODEL 57 help 58 This enables support for CPU power limitation based on 59 energy model. | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Generic power capping sysfs interface configuration 4# 5 6menuconfig POWERCAP 7 bool "Generic powercap sysfs driver" 8 help --- 43 unchanged lines hidden (view full) --- 52 thermal power management userspace engine. 53 54config DTPM_CPU 55 bool "Add CPU power capping based on the energy model" 56 depends on DTPM && ENERGY_MODEL 57 help 58 This enables support for CPU power limitation based on 59 energy model. |
60 61config DTPM_DEVFREQ 62 bool "Add device power capping based on the energy model" 63 depends on DTPM && ENERGY_MODEL 64 help 65 This enables support for device power limitation based on 66 energy model. |
|
60endif | 67endif |