aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/powercap
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2021-02-24 19:30:22 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-03-01 17:43:29 +0100
commit9e2be308f023a741a0d4024bef508ef88dfb3a43 (patch)
tree0c059f886977f8286e100d2cbc94611735ea86c1 /drivers/powercap
parentpowercap/drivers/dtpm: Fix root node initialization (diff)
downloadlinux-dev-9e2be308f023a741a0d4024bef508ef88dfb3a43.tar.xz
linux-dev-9e2be308f023a741a0d4024bef508ef88dfb3a43.zip
powercap/drivers/dtpm: Add the experimental label to the option description
The DTPM framework will evolve in the next cycles. Let's add a temporary EXPERIMENTAL tag to the option so users will be aware the API may change over time. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/powercap')
-rw-r--r--drivers/powercap/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/powercap/Kconfig b/drivers/powercap/Kconfig
index 20b4325c6161..8242e8c5ed77 100644
--- a/drivers/powercap/Kconfig
+++ b/drivers/powercap/Kconfig
@@ -45,7 +45,7 @@ config IDLE_INJECT
on a per CPU basis.
config DTPM
- bool "Power capping for Dynamic Thermal Power Management"
+ bool "Power capping for Dynamic Thermal Power Management (EXPERIMENTAL)"
help
This enables support for the power capping for the dynamic
thermal power management userspace engine.