diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-02-24 19:30:22 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-03-01 17:43:29 +0100 |
commit | 9e2be308f023a741a0d4024bef508ef88dfb3a43 (patch) | |
tree | 0c059f886977f8286e100d2cbc94611735ea86c1 | |
parent | f3c141057976120148ca32d9d030a2256a5ffb7b (diff) | |
download | linux-9e2be308f023a741a0d4024bef508ef88dfb3a43.tar.bz2 |
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>
-rw-r--r-- | drivers/powercap/Kconfig | 2 |
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. |