From: Daniel Lezcano Date: Wed, 24 Feb 2021 18:30:22 +0000 (+0100) Subject: powercap/drivers/dtpm: Add the experimental label to the option description X-Git-Tag: v5.15~1298^2~3^6~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e2be308f023a741a0d4024bef508ef88dfb3a43;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Rafael J. Wysocki --- 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 @@ 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.