diff mbox series

[2/2] powercap/drivers/dtpm: Add the experimental label to the option description

Message ID 20210224183022.11846-2-daniel.lezcano@linaro.org
State Accepted
Commit 9e2be308f023a741a0d4024bef508ef88dfb3a43
Headers show
Series [1/2] powercap/drivers/dtpm: Fix root node initialization | expand

Commit Message

Daniel Lezcano Feb. 24, 2021, 6:30 p.m. UTC
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>

---
 drivers/powercap/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1
diff mbox series

Patch

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.