Commit 3af2f0aa authored by Lukasz Luba's avatar Lukasz Luba Committed by Rafael J. Wysocki
Browse files

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: default avatarLukasz Luba <lukasz.luba@arm.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 92bf2261
Loading
Loading
Loading
Loading
+4 −5
Original line number Original line Diff line number Diff line
@@ -322,15 +322,14 @@ config CPU_PM
	bool
	bool


config ENERGY_MODEL
config ENERGY_MODEL
	bool "Energy Model for CPUs"
	bool "Energy Model for devices with DVFS (CPUs, GPUs, etc)"
	depends on SMP
	depends on SMP
	depends on CPU_FREQ
	depends on CPU_FREQ
	default n
	help
	help
	  Several subsystems (thermal and/or the task scheduler for example)
	  Several subsystems (thermal and/or the task scheduler for example)
	  can leverage information about the energy consumed by CPUs to make
	  can leverage information about the energy consumed by devices to
	  smarter decisions. This config option enables the framework from
	  make smarter decisions. This config option enables the framework
	  which subsystems can access the energy models.
	  from which subsystems can access the energy models.


	  The exact usage of the energy model is subsystem-dependent.
	  The exact usage of the energy model is subsystem-dependent.