pmdomain: Prepare to move Kconfig files into the pmdomain subsystem
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 11 Sep 2023 15:22:15 +0000 (17:22 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 20 Sep 2023 08:06:53 +0000 (10:06 +0200)
Rather than having the various Kconfig files for the genpd providers
sprinkled across subsystems, let's prepare to move them into the pmdomain
subsystem along with the implementations.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/Kconfig
drivers/pmdomain/Kconfig [new file with mode: 0644]

index efb66e25fa2dd2304f1caf6d503aa04fa33d9c4a..3aebffb2efe9b41d5dc83df57db5afd3b289862c 100644 (file)
@@ -175,6 +175,8 @@ source "drivers/soundwire/Kconfig"
 
 source "drivers/soc/Kconfig"
 
+source "drivers/pmdomain/Kconfig"
+
 source "drivers/devfreq/Kconfig"
 
 source "drivers/extcon/Kconfig"
diff --git a/drivers/pmdomain/Kconfig b/drivers/pmdomain/Kconfig
new file mode 100644 (file)
index 0000000..ac77cf4
--- /dev/null
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
+menu "PM Domains"
+
+endmenu