From cfa56f2ecb52f890cbf375ec591a87956bcde7cc Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 9 Nov 2021 22:38:20 +0100 Subject: [PATCH] doc: reference: pm: remove Kconfig list Kconfig options will be listed as needed in the guidelines. Signed-off-by: Gerard Marull-Paretas --- doc/reference/power_management/index.rst | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/doc/reference/power_management/index.rst b/doc/reference/power_management/index.rst index 7d96d819497..85c2147449c 100644 --- a/doc/reference/power_management/index.rst +++ b/doc/reference/power_management/index.rst @@ -3,25 +3,6 @@ Power Management ################ -Power Management Configuration Flags -************************************ - -The Power Management features can be individually enabled and disabled using -the following configuration flags. - -:kconfig:`CONFIG_PM` - - This flag enables the power management subsystem. - -:kconfig:`CONFIG_PM_DEVICE` - - This flag is enabled if the SOC interface and the devices support device power - management. - -:kconfig:`CONFIG_PM_DEVICE_RUNTIME` - - This flag enables the Runtime Power Management. - API Reference *************