powercap/drivers/dtpm: Add the experimental label to the option description
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 24 Feb 2021 18:30:22 +0000 (19:30 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 1 Mar 2021 16:43:29 +0000 (17:43 +0100)
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>
drivers/powercap/Kconfig

index 20b4325..8242e8c 100644 (file)
@@ -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.