UPSTREAM: 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>
Link:
https://patchwork.kernel.org/project/linux-pm/patch/20210224183022.11846-2-daniel.lezcano@linaro.org/
Bug: 183374898
Change-Id: Icb0000fcc36ccac1f1166bbdc2a991a53cc67a2e
(cherry picked from commit 9e2be308f023a741a0d4024bef508ef88dfb3a43)
Signed-off-by: Ram Chandrasekar <quic_rkumbako@quicinc.com>
diff --git a/drivers/powercap/Kconfig b/drivers/powercap/Kconfig
index 20b4325..8242e8c 100644
--- a/drivers/powercap/Kconfig
+++ b/drivers/powercap/Kconfig
@@ -45,7 +45,7 @@
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.