aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/Kconfig
diff options
context:
space:
mode:
authorLukasz Luba <lukasz.luba@arm.com>2021-02-09 10:54:34 +0000
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-02-12 16:43:23 +0100
commit3af2f0aa2ed04f07975ba1242002b66cd53e6290 (patch)
treea00c50b1bc603d802e4b97399c6e0e44a13f63d2 /kernel/power/Kconfig
parent92bf22614b21a2706f4993b278017e437f7785b3 (diff)
downloadlinux-3af2f0aa2ed04f07975ba1242002b66cd53e6290.tar.gz
PM: EM: update Kconfig description and drop "default n" option
Energy Model supports now other devices like GPUs, DSPs, not only CPUs. Thus, update the description in the config option. Remove also unneeded "default n". If the "default" line is removed, it defaults to 'n'. Signed-off-by: Lukasz Luba <lukasz.luba@arm.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'kernel/power/Kconfig')
-rw-r--r--kernel/power/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index a7320f07689dd9..56dbc2616d5c59 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -322,15 +322,14 @@ config CPU_PM
bool
config ENERGY_MODEL
- bool "Energy Model for CPUs"
+ bool "Energy Model for devices with DVFS (CPUs, GPUs, etc)"
depends on SMP
depends on CPU_FREQ
- default n
help
Several subsystems (thermal and/or the task scheduler for example)
- can leverage information about the energy consumed by CPUs to make
- smarter decisions. This config option enables the framework from
- which subsystems can access the energy models.
+ can leverage information about the energy consumed by devices to
+ make smarter decisions. This config option enables the framework
+ from which subsystems can access the energy models.
The exact usage of the energy model is subsystem-dependent.